Virtual Machine Get Snapshot
Current snapshot and tree.
The property is valid if snapshots have been created for this virtual machine.
The contents of this property change in response to the methods:
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VirtualMachine/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"currentSnapshot": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"rootSnapshotList": [
{
"_typeName": "string",
"snapshot": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"name": "string",
"description": "string",
"id": 0,
"createTime": "string",
"state": "string",
"quiesced": false,
"backupManifest": "string",
"childSnapshotList": [
"VirtualMachineSnapshotTree Object"
],
"replaySupported": false
}
]
}
Reference to an instance of the VirtualMachineSnapshot managed object.
Data for the entire set of snapshots for one virtual machine.