Snapservice.Clusters.VirtualMachines.Snapshots.ListResult

Snapservice.Clusters.VirtualMachines.Snapshots.ListResult
Snapservice.Clusters.VirtualMachines.Snapshots.ListResult

The Snapservice.Clusters.VirtualMachines.Snapshots.ListResult schema represents the result of GET /snapservice/clusters/{cluster}/virtual-machines/{vm}/snapshots operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "items": [
        {
            "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"
                    }
                ]
            }
        }
    ]
}
items
Required

List of items

This property was added in vSphere API 8.0.3.0.