Force Unmount Multi Node Snapshots of Storage Array
Select
SaaS
Customer Managed
API for snap multi node force unmount operation. Please be aware, triggering this API will not physically unmount the clones from the storage array or MA, so ensure that you unmapped the clones on the array and cleanup the mount host and LVM before using this operation.
Path Parameters
- arrayId int32 required
- application/json
Request Body
volume object[]
- 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"
}
POST /v4/storagearrays/:arrayid/snaps/multinode/unmount/force
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId/Snaps/MultiNode/Unmount/Force' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"volume": [
{
"smVolumeId": 0,
"commCellId": 2
}
],
"mountVolumeIds": [
0
]
}'