VsanHostHealthSystemVersionResult

VsanHostHealthSystemVersionResult
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
string
hostname
Required

The name of the host

string
version
Optional

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.

error
Optional

This field will be set only when the query fails, it stores the error message for querying vSAN health service version to a host.

string
build
Optional

The build number of the ESXi host.