VsanQueryVcClusterHealthSummaryTaskRequestType
VsanQueryVcClusterHealthSummaryTaskRequestType
The parameters of VsanQueryVcClusterHealthSummaryTask.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"hosts": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"includeDataProtectionHealth": false,
"includeOnlineHealth": false
}
cluster
Required
The target cluster
Required privileges: System.Read
array of
MoRefHostSystem
hosts
Optional
Include the individual host(s) into the health check, with other hosts specified with the cluster parameter
boolean
includeDataProtectionHealth
Optional
This parameter is not used, and no data protection health will be collected.
boolean
includeOnlineHealth
Optional
True to trigger vSAN online health. The default is True.