Get Vm Snapshot
Get a specific snapshot of a VM
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vm/{vmUrn}/snapshots/{snapshotId}
COPY
Path Parameters
string
vmUrn
Required
vmUrn
string
snapshotId
Required
snapshotId.
string
vmUrn
Required
vmUrn
string
snapshotId
Required
snapshotId.
Responses
200
OK
Returns VmSnapshot of type(s) application/json;version=39.0
This response body class contains all of the following: BaseSnapshot , InlineVmSnapshot1
{
"id": "string",
"name": "Snapshot Sample Name",
"isCurrent": false,
"state": "string",
"storageConsumedMb": 0,
"dateCreated": "string",
"memory": false,
"quiesce": false,
"vappSnapshotId": "string",
"parentSnapshotId": "string",
"vm": {
"name": "string",
"id": "string"
},
"type": "string"
}
Availability
Added in 39.0
Vm Snapshots Operations
POST
Create Vm Snapshot
GET
Get Vm Snapshot
GET
Get Vm Snapshots
DELETE
Remove Vm Snapshot
PUT
Update Vm Snapshot