ApiOzoneSnapshotPolicyArguments Data Model

Ozone specific snapshot policy arguments.

Properties
name data type description
buckets array of ApiOzoneBucketRef Buckets to snapshot.

Example

{
  "buckets" : [ {
    "volume" : "...",
    "bucket" : "..."
  }, {
    "volume" : "...",
    "bucket" : "..."
  } ]
}