Get V App Snapshot
Get a specific snapshot of the VApp
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vApp/{vAppUrn}/snapshots/{vAppSnapshotId}
COPY
Path Parameters
string
vAppUrn
Required
vAppUrn of the VApp.
string
vAppSnapshotId
Required
snapshotId of VApp.
Responses
200
OK
Returns
VAppSnapshot
of type(s)
application/json;version=39.1
This response body class contains all of the following:
InlineVAppSnapshot0 ,
InlineVAppSnapshot1
{
"id": "string",
"name": "Snapshot Sample Name",
"isCurrent": false,
"state": "string",
"storageConsumedMb": 0,
"dateCreated": "string",
"memory": false,
"quiesce": false,
"vmSnapshotsCount": 0
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/vApp/{vAppUrn}/snapshots/{vAppSnapshotId}
Availability
Added in 39.0
V App Snapshots Operations
GET
Get V App Snapshots
POST
Create V App Snapshot
GET
Get V App Snapshot
PUT
Update V App Snapshot
DELETE
Remove V App Snapshot
POST
Revert V App Snapshot
GET
Get Vm Snapshots Of AV App Snapshot