Vsan Cluster Health System Vsan Query Cluster Check Limits
Queries the vSAN cluster component limits, disk space and read cache reservation assuming one host failure
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 VsanClusterHealthSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanQueryClusterCheckLimitsRequestType Object"
The vSAN hosts
The root password for the host. The password should be the same for all of hosts in the vSAN cluster
The vSAN cluster limit health result
"VsanClusterLimitHealthResult Object"
Whether any health issue was found
The component usage health status.
The status will be red if the used of component number exceeds 90% of total component number limit, the status will be yellow if it exceeds 80% of total component number and it will be green if it's less than 80% of total component number
The aggregated result of the host level disk usage health status.
On one host, the status will be red if the used disk space is greater than 90% of the host's total space and the status will be yellow if the used percentage is greater than 70% and not greater than 90%. The status will be green if the used percentage is not greater than 70%.
The read cache reservation health status.
The status will be red if the reserved read cache space is larger than 90% of total space, the status will be yellow if it's larger than 70% of total space and it will be green if it's less than 70% of total space
Per host results.
Hosts for which the limit check failed will not be included.
Simulation results for 0, 1 or more host failures.
Indicates names of hosts which are not able to communicate with
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanClusterHealthSystem/{moId}/VsanQueryClusterCheckLimits