Revert Snapshot of Storage Array
Select
SaaS
Customer Managed
Reverting a created or unmounted snapshot from the storage array
Path Parameters
- arrayId int32 required
- application/json
Request Body
volumes object[]
smVolumeId int32smVolumeId of the snaps you want to mount/unmount/delete
flags int32Volume flags to be set for snap Operations.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- jobId int32
Resulting job Id
- errorCode int32
error code
- errorMessage string
error message
{
"jobId": 0,
"errorCode": 0,
"errorMessage": "string"
}
Loading...