ApiOzoneSnapshotList Data Model

Reference to multiple Ozone snapshots from the same volume and bucket.

Properties
name data type description
snapshotNames array of string
bucketRef ApiOzoneBucketRef

Example

{
  "snapshotNames" : [ "...", "..." ],
  "bucketRef" : {
    "volume" : "...",
    "bucket" : "..."
  }
}