VsanHostQueryObjectHealthSummaryRequestType

VsanHostQueryObjectHealthSummaryRequestType
VsanHostQueryObjectHealthSummaryRequestType
JSON Example
{
    "objUuids": [
        "string"
    ],
    "includeObjUuids": false,
    "localHostOnly": false,
    "includeNonComplianceObjDetail": false,
    "spec": {
        "_typeName": "string",
        "includeAllRemoteClusters": false,
        "remoteClusterUuids": [
            "string"
        ],
        "latencyOnly": false,
        "mode": "string"
    }
}
array of string
objUuids
Optional

The DOM object UUID list to be queried. None to query all of objects

boolean
includeObjUuids
Optional

True to include the object UUID list in the returned list and default is False

boolean
localHostOnly
Optional

True to only query the objects owned by the host and default is False

boolean
includeNonComplianceObjDetail
Optional

True to include all of non-compliant objects detail information. The default is False

spec
Optional

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