VsanSnapshotQueryResult

VsanSnapshotQueryResult
VsanSnapshotQueryResult

A VsanSnapshotQueryResult represents the results of a vSAN snapshot query operation.

This structure may be used only with operations rendered under /vsan.

Since: 8.0.0.4

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "objects": [
        {
            "_typeName": "string",
            "uuid": "string",
            "objectPath": "string",
            "snapshots": [
                {
                    "_typeName": "string",
                    "snapshotId": 0,
                    "snapshotType": "string",
                    "snapshotPath": "string"
                }
            ]
        }
    ]
}
objects
Optional

A list of queried objects with snapshots information.