Snapservice.Clusters.VirtualMachines.Disks.Snapshots.Info

Snapservice.Clusters.VirtualMachines.Disks.Snapshots.Info
Snapservice.Clusters.VirtualMachines.Disks.Snapshots.Info

Information regarding a virtual disk snapshot.

This schema was added in vSphere API 8.0.3.0.

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

Identifier of the virtual disk this snapshot is for.

This property was added in vSphere API 8.0.3.0.

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.

This property was added in vSphere API 8.0.3.0.

integer As int64 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.

This property was added in vSphere API 8.0.3.0.

string
uri
Required

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

This property was added in vSphere API 8.0.3.0.