Vsan Cluster Health System Vsan Cluster Get Hcl Info
Fetch HCL information about all devices in use by vSAN on all 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.
"VsanClusterGetHclInfoRequestType 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 HCL information
"VsanClusterHclInfo Object"
The time (UTC time) from when the currently used HCL DB was known to be the latest up-to-date version.
The age health of the HCL DB.
If older than 90 days, state is yellow. If older than 180 days, it is red. If no age known, state is "unknown".
HCL status of each host.
List of things (firmwares, drivers, VIBs, etc.) recommended to be installed on the cluster.
Each item in the list applies to a specific host, as not all hosts are assumed to be at the same level. This field is only populated if explicitly requested.
True indicates the vSAN HCL DB is absent so that the HCL validation is not able to be performed.
To resolve the issue, please check vSAN Skyline Health UI.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanClusterHealthSystem/{moId}/VsanClusterGetHclInfo