Reference to multiple Ozone snapshots from the same volume and bucket.
| name | data type | description |
|---|---|---|
| snapshotNames | array of string | |
| bucketRef | ApiOzoneBucketRef |
Example
{
"snapshotNames" : [ "...", "..." ],
"bucketRef" : {
"volume" : "...",
"bucket" : "..."
}
}