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.
{
"_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.