vSAN Management API


Data Object - VsanClusterHealthSystemVersionResult(vim.cluster.VsanClusterHealthSystemVersionResult)

Property of
VsanClusterHealthSummary
Returned by
VsanQueryClusterHealthSystemVersions, VsanVcClusterQueryVerifyHealthSystemVersions
Extends
DynamicData
See also
VsanHostHealthSystemVersionResult
Since
vSphere API Release 5.5

Data Object Description

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.

Properties

Name Type Description
hostResults*VsanHostHealthSystemVersionResult[]

The version information for all the hosts requested includes disconnected hosts and hosts without response.
issueFoundxsd:boolean

True if the vSAN health service versions are inconsistent or query fails on some host.
upgradePossible*xsd:boolean

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.

Since 6.6
vcBuild*xsd:string

Return the build number of VMware vCenter. If the query is not requested from vCenter Server, it will be unset.

Since 8.0.0.3
vcVersion*xsd:string

Return vSAN health service version number string on vCenter Server side. If the query is not requested from vCenter Server, it will be unset.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition