Ozone snapshot restore to a destination bucket.
| name | data type | description |
|---|---|---|
| sourceSnapshot | ApiOzoneSnapshot | |
| destinationBucketRef | ApiOzoneBucketRef |
Example
{
"sourceSnapshot" : {
"snapshotName" : "...",
"bucketRef" : {
"volume" : "...",
"bucket" : "..."
}
},
"destinationBucketRef" : {
"volume" : "...",
"bucket" : "..."
}
}