Data Object - VsanClusterHealthSummary(vim.cluster.VsanClusterHealthSummary)

Returned by
VsanQueryVcClusterHealthSummary
Extends
DynamicData
See also
VsanClusterAdvCfgSyncResult, VsanClusterBalanceSummary, VsanClusterClomdLivenessResult, VsanClusterHclInfo, VsanClusterHealthGroup, VsanClusterHealthSystemStatusResult, VsanClusterHealthSystemVersionResult, VsanClusterLimitHealthResult, VsanClusterNetworkHealthResult, VsanClusterVMsHealthOverAllResult, VsanHostCreateVmHealthTestResult, VsanObjectOverallHealth, VsanPhysicalDiskHealthSummary
Since
vSphere API 5.5

Data Object Description

Cluster Virtual SAN health summary, which aggregates all individual health results. Includes data structures both for data driven UIs, as well as programmatic access by non-UI consumers.

Properties

Name Type Description
advCfgSync*VsanClusterAdvCfgSyncResult[]

Adv cfg sync information across the cluster. Meant for programmatic consumption.
clomdLiveness*VsanClusterClomdLivenessResult

CLOMD liveness on every Virtual SAN host. Meant for programmatic consumption
clusterStatus*VsanClusterHealthSystemStatusResult


clusterVersions*VsanClusterHealthSystemVersionResult

Health system version information across the cluster. Meant for programmatic consumption.
createVmHealth*VsanHostCreateVmHealthTestResult[]

VM creation results information across the cluster. Meant for programmatic consumption. Will only be populated if the respective test was run.
diskBalance*VsanClusterBalanceSummary

Balance of disk utilization across the cluster.
groups*VsanClusterHealthGroup[]

Data driven structure to display all health results for purpose of rendering a UI. The health results are grouped into "groups" of "tests". Each group and each test has a description, health, and optionally one or more "details" tables to display additional information about the test. Programmatic consumption of the health results should avoid parsing this structure because it is meant for UI consumption and the content will change to improve user experience.
hclInfo*VsanClusterHclInfo

HCL check information across the cluster. Meant for programmatic consumption.
limitHealth*VsanClusterLimitHealthResult

Limits health information across the cluster. Meant for programmatic consumption.
networkHealth*VsanClusterNetworkHealthResult

Network health information across the cluster. Meant for programmatic consumption.
objectHealth*VsanObjectOverallHealth

Object health information across the cluster. Meant for programmatic consumption.
overallHealthxsd:string

Health enum. Summarizes all groups and provides a high level status across all categories of health. This essentially says "is there anything to worry about?"
overallHealthDescriptionxsd:string

A human readable, short, description of the overallHealth status. As there may be many issues detected, the most important one is selected to be described. This should be the one getting first customer attention.
physicalDisksHealth*VsanPhysicalDiskHealthSummary[]

Physical Virtual SAN disk information across the cluster. Meant for programmatic consumption.
timestamp*xsd:dateTime

The timestamp for generating the health summary. The timestamp will remain unchanged if the health summary is cached and fetched in future indicating when the health check was performed
vmHealth*VsanClusterVMsHealthOverAllResult

Ignore this value.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition