Reference to an Ozone snapshot diff between two snapshots or between a snapshot and current bucket state (in that case snapshotToName can be empty or null).
| name | data type | description |
|---|---|---|
| snapshotFromName | string | |
| snapshotToName | string | |
| bucketRef | ApiOzoneBucketRef | |
| result | ApiOzoneResultSpec |
Example
{
"snapshotFromName" : "...",
"snapshotToName" : "...",
"bucketRef" : {
"volume" : "...",
"bucket" : "..."
},
"result" : {
"keepResultFile" : true,
"resultFileName" : "...",
"resultLocation" : {
"bucketRef" : { },
"key" : "..."
}
}
}