Host Vsan Health System Vsan Host Query Physical Disk Health Summary
Query the physical disks health summary on the 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.0.0.0 APIs.
The physical disks health summary result
"VsanPhysicalDiskHealthSummary Object"
The overall health status.
It's the aggregated health from all of disk's health status. All of possible values are red, yellow and green.
It includes all of vSAN heaps whose usage health is not green.
The health status will be red if the percentage of used heap space is larger 95%, the health status will be yellow if the percentage is in between of 75% and 95%.
It includes all of vSAN slabs whose usage health is not green.
The health status will be red if the usage percentage is larger 95% and the health status will be yellow if the percentage is in between of 75% and 95%
Per physical disk health result on the host
It includes all of vSAN components whose health status is not in green
The host name
The dedup scope configuration on the host.
The value 0 indicate there is no dedup enabled, 1 indicates the dedup scope is in disk wide and 2 indicates the dedup scope is in disk group wide.
If error is set, it means that collection of physical disk info failed on this host
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/HostVsanHealthSystem/{moId}/VsanHostQueryPhysicalDiskHealthSummary