Clusters_VirtualMachines_Snapshots_ListItem
Clusters_VirtualMachines_Snapshots_ListItem
The Snapshots.ListItem structure contains information about a protection group returned by Snapshots.list operation
JSON Example
{
"snapshot": "string",
"info": {
"name": "string",
"snapshot_type": "string",
"created_at": "string",
"expires_at": "string",
"vm": "string",
"pg": "string",
"disk_snapshots": [
{
"disk_key": 0,
"sequence_uuid": "string",
"epoch": 0,
"uri": "string"
}
]
}
}
string
snapshot
Required
Identifier of the virtual machine snapshot. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.snapservice.vm.snapshot. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.snapservice.vm.snapshot.
info
Required
Information regarding a virtual machine snapshot.