QueryVsanManagedDisksRequestType

QueryVsanManagedDisksRequestType
QueryVsanManagedDisksRequestType

The parameters of QueryVsanManagedDisks.

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

JSON Example
{
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "filterSpec": {
        "_typeName": "string",
        "diskName": "string",
        "vsanDiskType": "string"
    }
}
host
Required

Target host to query.

Required privileges: System.Read

filterSpec
Optional

Specification to filter vSAN disks. This spec can be used to filter query results by disktype types (diskGroup/storagePool/directDisk) or by diskName. If this spec is not specified, it will return all vSAN disks in the cluster. Refer VimVsanHostQueryVsanDisksSpec for more details.