Get Snapshots for Virtual Machine
Select
SaaS
Customer Managed
Get snapshots for virtual machine
Path Parameters
- vmGUID string required
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
snapshots object[]
list of snapshots
name stringname of snapshot
desc stringsnapshot description
id stringsnapshot ID
creationTime int32creation time of snapshot
parentId stringparent ID of snapshot
{
"snapshots": [
{
"name": "string",
"desc": "string",
"id": "string",
"creationTime": 0,
"parentId": "string"
}
]
}
Virtual Machine Not Found
Internal Server Error
Loading...