Vsan Cluster Health System Vsan Query Cluster Physical Disk Health Summary
Queries the vSAN physical disks health on all of vSAN hosts
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.
"VsanQueryClusterPhysicalDiskHealthSummaryRequestType 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 physical disks health result. If empty, it indicates there is no connected host in the cluster.
[
"VsanPhysicalDiskHealthSummary Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanClusterHealthSystem/{moId}/VsanQueryClusterPhysicalDiskHealthSummary