VsanQuerySpaceUsageRequestType

VsanQuerySpaceUsageRequestType
VsanQuerySpaceUsageRequestType

The parameters of VsanQuerySpaceUsage.

JSON Example
{
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "storagePolicies": [
        {
            "_typeName": "string"
        }
    ],
    "whatifCapacityOnly": false
}
cluster
Required

vSAN cluster

Required privileges: System.Read

storagePolicies
Optional

Storage policies specified to calculate what-if capacity of the cluster vSAN datastore. Default value is None

boolean
whatifCapacityOnly
Optional

Flag indicates if the API is called only for getting vSAN datastore physical capacity and what-if capacity. Default value is False, which returns the vSAN space usage including the space usage overview and the space usage breakdown according to vSAN object type. When it is True, the API only returns the vSAN datastore physical capacity and what-if capacity under given storage policies.