Force Unmount Snapshot
Select
SaaS
Customer Managed
Force unmounting a mounted Snapshot from Storage Array. Please be aware, triggering this API will not physically unmount the snapshots from the storage array or MA, so ensure that you unmapped the snapshots on the array and cleanup the mount host and LVM before using this operation.
Path Parameters
- arrayId int32 required
- application/json
Request Body
volumes object[]
smVolumeId int32 requiredsmVolumeId of the snap
commCellId int32Default value:
2
Commcell Id of the setup
Responses
- 200
- 404
- 500
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"
}
Not Found
Internal Server Error
Loading...