VsanHostQueryAdvCfgRequestType

VsanHostQueryAdvCfgRequestType
VsanHostQueryAdvCfgRequestType

The parameters of VsanHostQueryAdvCfg.

JSON Example
{
    "options": [
        "string"
    ],
    "includeAllAdvOptions": false,
    "nonDefaultOnly": false
}
array of string
options
Required

list of path for the configuration name for example: [VSAN.VsanSparseCacheThreshold, VSAN.ClomRepairDelay, VSAN.ClomRebalanceThreshold, VSAN.DomLongOpTraceMS...]

boolean
includeAllAdvOptions
Optional

Flag to check for all possible config options. If set to True the options parameter is ignored.

boolean
nonDefaultOnly
Optional

Flag to return only options with non-default values.