VsanClusterQueryFileSharesRequestType

VsanClusterQueryFileSharesRequestType
VsanClusterQueryFileSharesRequestType

The parameters of VsanClusterQueryFileShares.

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

JSON Example
{
    "querySpec": {
        "_typeName": "string",
        "domainName": "string",
        "uuids": [
            "string"
        ],
        "names": [
            "string"
        ],
        "offset": "string",
        "limit": 0,
        "managedBy": [
            "string"
        ],
        "protocols": [
            "string"
        ],
        "pageNumber": 0,
        "properties": {
            "_typeName": "string",
            "includeBasic": false,
            "includeUsedCapacity": false,
            "includeVsanObjectUuids": false,
            "includeAllLabels": false,
            "labelKeys": [
                "string"
            ]
        }
    },
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
querySpec
Required

The specifications of the file shares to be queried.

cluster
Optional

The target cluster. Ignored when called on ESXi hosts.

Required privileges: System.Read