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.
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.0
This response body class contains all of the following: BaseSnapshot , InlineVAppSnapshot1
{
"id": "string",
"name": "Snapshot Sample Name",
"isCurrent": false,
"state": "string",
"storageConsumedMb": 0,
"dateCreated": "string",
"memory": false,
"quiesce": false,
"vmSnapshotsCount": 0
}
Availability
Added in 39.0
V App Snapshots Operations
POST
Create V App Snapshot
GET
Get V App Snapshot
GET
Get V App Snapshots
GET
Get Vm Snapshots Of AV App Snapshot
DELETE
Remove V App Snapshot
PUT
Update V App Snapshot