VmSnapshots
VmSnapshots
A list of VM snapshots.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "Snapshot Sample Name",
"isCurrent": false,
"state": "string",
"storageConsumedMb": 0,
"dateCreated": "string",
"memory": false,
"quiesce": false,
"vappSnapshotId": "string",
"parentSnapshotId": "string",
"vm": {
"name": "string",
"id": "string"
},
"type": "string"
}
]
}