VsanSnapshotQuerySpec
Specification for querying snapshots information.
This structure may be used only with operations rendered under /vsan
.
Since: 8.0.0.4
{
"_typeName": "string",
"datastoreUuid": "string",
"objectUuids": [
"string"
],
"snapshotType": "string",
"creator": "string",
"includeDescriptorPath": false
}
The vSAN datatore container ID.
This can be found in containerId, such as "522116b0018397a0-faf6eef653793842"
A list of object uuids to query snapshots.
Object uuid is in the format like "e3d10064-ae3c-9323-568d-b02628350470".
If set, snapshots of the specified type will be returned.
See also VsanSnapshotTypeEnum.
If set, snapshots created by the specified creator will be returned.
See also VsanSnapshotCreatorEnum.
If set, snapshotPath and objectPath will be returned.