Mount Storage Array Snapshot
Mounting a snapshot from the Storage Array
Path Parameters
- arrayId int32 required
- application/json
Request Body
destinationClient object
- protectSnap int32
Possible values: [
0
,1
]Enable or disable VSS protection on Snaps while mounting
volumes object[]
scsiServer object
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- jobId int32
Resulting job Id
- errorCode int32
error code
- errorMessage string
error message
{
"jobId": 0,
"errorCode": 0,
"errorMessage": "string"
}
{
"jobId": 11785,
"errorCode": 0,
"errorMessage": ""
}
Not Found
Internal Server Error
POST /v4/storagearrays/:arrayid/snaps/mount
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'
curl -L -X POST 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Mount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"destinationClient": {
"id": 0,
"path": "string"
},
"protectSnap": 0,
"volumes": [
{
"smVolumeId": 0,
"flags": 0
}
],
"scsiServer": {
"id": 0,
"name": "string"
}
}'