Snapservice.Clusters.VirtualMachines.Snapshots.ListItem

Snapservice.Clusters.VirtualMachines.Snapshots.ListItem
Snapservice.Clusters.VirtualMachines.Snapshots.ListItem

The Snapservice.Clusters.VirtualMachines.Snapshots.ListItem schema contains information about a protection group returned by GET /snapservice/clusters/{cluster}/virtual-machines/{vm}/snapshots operation

This schema was added in vSphere API 8.0.3.0.

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.

This property was added in vSphere API 8.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.snapservice.vm.snapshot. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.snapservice.vm.snapshot.

info
Required

Information about the virtual machine snapshot.

This property was added in vSphere API 8.0.3.0.