Vsan Vc Cluster Health System Vsan Vc Cluster Query Verify Health System Versions
Querying version information of vSAN health service installed on all the hosts in the cluster requested and vCenter Server.
It will verify the consistency of the version numbers.
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 VsanVcClusterHealthSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanVcClusterQueryVerifyHealthSystemVersionsRequestType Object"
The target cluster
Required privileges: System.Read
The vSAN health service version
"VsanClusterHealthSystemVersionResult Object"
The version information for all the hosts requested includes disconnected hosts and hosts without response.
Return vSAN health service version number string on vCenter Server side.
If the query is not requested from vCenter Server, it will be unset.
True if the vSAN health service versions are inconsistent or query fails on some host.
True if the vSAN health service version can be upgraded on at least one host.
Takes into account which upgrade paths are supported, not just if the version is outdated.
Return the build number of VMware vCenter.
If the query is not requested from vCenter Server, it will be unset.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterHealthSystem/{moId}/VsanVcClusterQueryVerifyHealthSystemVersions