Ozone create snapshot request payload
API_OZONE_REPLICATION_USING_PROXY_USER| name | data type | description |
|---|---|---|
| snapshot | ApiOzoneSnapshot | |
| proxyUser | string | User that is impersonated for the Ozone command
Use null to run without impersonation
|
Example
{
"snapshot" : {
"snapshotName" : "...",
"bucketRef" : {
"volume" : "...",
"bucket" : "..."
}
},
"proxyUser" : "..."
}