Clusters_VirtualMachines_Disks_Snapshots_Info
Information regarding a virtual disk snapshot.
{
"disk_key": 0,
"sequence_uuid": "string",
"epoch": 0,
"uri": "string"
}
Identifier of the virtual disk this snapshot is for.
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.
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.
Represents the vSAN native snapshot URI when native snapshots were created by LWD.