VsanHostQueryObjectHealthSummaryRequestType
The parameters of VsanHostQueryObjectHealthSummary.
{
"objUuids": [
"string"
],
"includeObjUuids": false,
"localHostOnly": false,
"includeNonComplianceObjDetail": false,
"spec": {
"_typeName": "string",
"includeAllRemoteClusters": false,
"remoteClusterUuids": [
"string"
],
"latencyOnly": false,
"mode": "string"
}
}
The DOM object UUID list to be queried. None to query all of objects
True to include the object UUID list in the returned list and default is False
True to only query the objects owned by the host and default is False
True to include all of non-compliant objects detail information. The default is False
The additional query spec for object health. If the object health version is v2 VsanObjectHealthVersionEnum, it will try to convert v1 to v2 if not all of host can support the new object health version. If the object health version is unknown, it will always try to return the v2 object health version if all hosts support or return v1 if it doesn't