Ozone specific snapshot policy arguments.
| name | data type | description |
|---|---|---|
| buckets | array of ApiOzoneBucketRef | Buckets to snapshot. |
Example
{
"buckets" : [ {
"volume" : "...",
"bucket" : "..."
}, {
"volume" : "...",
"bucket" : "..."
} ]
}