Delete Instant Clone Snap
Select
SaaS
Customer Managed
API for snap instant clone delete operation
Path Parameters
- arrayId int32 required
- application/json
Request Body
volume object[]
Array of volumes to include for the operation
smVolumeId int32 requiredsmVolumeId of the snap
commCellId int32Default value:
2
Commcell Id of the setup
- mountVolumeIds int32[]
Volume Ids of the Snaps to include for multi node unmount or instant clone delete
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...