Reference to an Ozone snapshot details. Additional details (compared to ApiOzoneSnapshot of a specific Ozone snapshot.
| name | data type | description |
|---|---|---|
| snapshotRef | ApiOzoneSnapshot | |
| creationTime | number |
Example
{
"snapshotRef" : {
"snapshotName" : "...",
"bucketRef" : {
"volume" : "...",
"bucket" : "..."
}
},
"creationTime" : 12345
}