Get V App Snapshot

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.


Authentication
This operation uses the following authentication methods.
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
}