VsanHostHealthSystemVersionResult
The vSAN health service version information for a single ESX host.
The error field will show the reason for host not connected or without vSAN health service installed.
{
"_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"
}
The name of the host
Version number string of vSAN health service of host.
If vSAN health service is not installed on this host, the version value returned will be '0.0', and an error message will be set in error field of this model. The field will be unset if the query fails except the case that the service is not install on this host.
This field will be set only when the query fails, it stores the error message for querying vSAN health service version to a host.
The build number of the ESXi host.