Host Vsan Health System Vsan Host Query Adv Cfg
Query advanced configuration on host
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostVsanHealthSystem/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"options": [
{}
]
}
{
"options": [
"string"
],
"includeAllAdvOptions": false,
"nonDefaultOnly": false
}
list of path for the configuration name for example: [VSAN.VsanSparseCacheThreshold, VSAN.ClomRepairDelay, VSAN.ClomRebalanceThreshold, VSAN.DomLongOpTraceMS...]
Flag to check for all possible config options. If set to True the options parameter is ignored.
Flag to return only options with non-default values.
list of key value pair of the querying options <Option: configValue> for example:<'VSAN.VsanSparseCacheThreshold':1>, <'VSAN.ClomRepairDelay':60>... Allow to return empty list.
[
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
Describes the key/value pair of a configured option.
NotFound: the path is not found
{
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"options":["string"]}' https://{api_host}/sdk/vim25/{release}/vsan/HostVsanHealthSystem/{moId}/VsanHostQueryAdvCfg