Mount Storage Array Snapshot
Select
SaaS
Customer Managed
Mounting a snapshot from the Storage Array
Path Parameters
- arrayId int32 required
- application/json
Request Body
destinationClient object
Model for destination clients id and path during Snap operations
id int32Id of the MA where the Snap is mounted
path stringPath where the snap is mounted
- protectSnap int32
Possible values: [
0
,1
]Enable or disable VSS protection on Snaps while mounting
volumes object[]
Volumes of the snap you want to mount
smVolumeId int32smVolumeId of the snaps you want to mount/unmount/delete
flags int32Volume flags to be set for snap Operations.
scsiServer object
id int32name stringappId object[]
subclientId int32subclient id associated to snapshot
clientId int32hypervisor Id of hypervisor where user is mounting snapshot
instanceId int32instance id of the instance to which subclient is associated
apptypeId int32apptype id or agent type
- userName string
server object[]
serverType int32type of server
serverName stringserver name
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
Loading...