Get Machine Snapshots
Get machine snapshots information
Request
URI
GET
https://api.mgmt.cloud.vmware.com//iaas/api/machines/{id}/snapshots
COPY
Path Parameters
string
id
Required
The ID of the machine.
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
200
successful operation
[
{
"owner": "[email protected]",
"organizationId": "deprecated",
"createdAt": "2012-09-27",
"name": "my-name",
"description": "my-description",
"id": "9e49",
"orgId": "9e49",
"updatedAt": "2012-09-27"
}
]
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Compute Operations
POST
Create Machine
POST
Create Machine Snapshot
DELETE
Delete Machine
DELETE
Delete Machine Snapshot
GET
Get Machine
GET
Get Machines
GET
Get Machine Snapshot
GET
Get Machine Snapshots
POST
Power Off Machine
POST
Power On Machine
POST
Reboot Machine
POST
Reset Machine
POST
Resize Machine
POST
Restart Machine
POST
Revert Machine Snapshot
POST
Shutdown Machine
POST
Suspend Machine
PATCH
Update Machine