Clusters_VirtualMachines_Disks_Snapshots_Info

Clusters_VirtualMachines_Disks_Snapshots_Info
Clusters_VirtualMachines_Disks_Snapshots_Info

Information regarding a virtual disk snapshot.

JSON Example
{
    "disk_key": 0,
    "sequence_uuid": "string",
    "epoch": 0,
    "uri": "string"
}
integer As int64
disk_key
Required

Identifier of the virtual disk this snapshot is for.

string
sequence_uuid
Required

A sequence UUID represents an "epoch sequence". This is a stable UUID across epochs. In the event that the state of LWD becomes inconsistent (e.g. VM snapshot revert), a new sequence UUID is generated and the epoch counter is reset. The sequence UUID is a mechanism to ensure snapshots are consistent in linear time across epochs.

integer As int64
epoch
Required

An epoch represents the "logical time" of the snapshot, and is an unsigned integer that will be incremented by at least 1 every time a snapshot is taken.

string
uri
Required

Represents the vSAN native snapshot URI when native snapshots were created by LWD.