Update V App Snapshot

Update V App Snapshot

Update a vApp snapshot name or revert to the specified snapshot by setting isCurrent to true.

Request
URI
PUT
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.


Request Body
VAppSnapshot of type(s) application/json
Optional
This request body class requires 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
}
Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure