VsanClusterHealthSystemVersionResult
Result for querying vSAN health service version for a cluster level.
It will contain information for all of the hosts in the cluster or the hosts list passed as parameter for the version query method.
As of vSphere API version 9.0, this structure is deprecated and should not be used. There is no dedicated vSAN health service version as the vSAN health functionality is always part of vCenter Server and ESX host. The vSAN health version will always equal the vCenter Server or ESX host version which can be queried directly from the vCenter Server or ESX host APIs.
{
"_typeName": "string",
"hostResults": [
{
"_typeName": "string",
"hostname": "string",
"version": "string",
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"build": "string"
}
],
"vcVersion": "string",
"issueFound": false,
"upgradePossible": false,
"vcBuild": "string"
}
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.