Data Object - VsanClusterHealthSummary(vim.cluster.VsanClusterHealthSummary)

Property of
VsanResourceCheckResult
Returned by
VsanQueryVcClusterHealthSummary
Extends
DynamicData
See also
ClusterComputeResource, VsanBurnInTestCheckResult, VsanClusterAdvCfgSyncResult, VsanClusterBalanceSummary, VsanClusterClomdLivenessResult, VsanClusterEncryptionHealthSummary, VsanClusterFileServiceHealthSummary, VsanClusterHclInfo, VsanClusterHealthGroup, VsanClusterHealthSystemStatusResult, VsanClusterHealthSystemVersionResult, VsanClusterLimitHealthResult, VsanClusterNetworkHealthResult, VsanClusterVMsHealthOverallResult, VsanConfigCheckResult, VsanGenericClusterBestPracticeHealth, VsanHostCreateVmHealthTestResult, VsanNetworkConfigBestPracticeHealth, VsanObjectOverallHealth, VsanPerfsvcHealthResult, VsanPhysicalDiskHealthSummary
Since
vSphere API 5.5

Data Object Description

Cluster vSAN 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[]

Advanced configuration synchronization information across the cluster. Meant for programmatic consumption.
burnInTest*VsanBurnInTestCheckResultDeprecated. As of vSphere API 6.7.

vSAN burn in test checks.

Since vSAN API 6.6
clomdLiveness*VsanClusterClomdLivenessResult

CLOMD liveness on every vSAN host. Meant for programmatic consumption
cluster*ManagedObjectReference
to a ClusterComputeResource

The target cluster

Since vSAN API 7.0
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.
encryptionHealth*VsanClusterEncryptionHealthSummary

Encryption information across the cluster. Meant for programmatic consumption.

Since vSAN API 6.6
fileServiceHealth*VsanClusterFileServiceHealthSummary

File service health information across the cluster. Meant for programmatic consumption. If the file service is not enabled, this field would not be set.

Since vSAN API 7.0
genericCluster*VsanGenericClusterBestPracticeHealth

Generic cluster configuration best practices checks.

Since vSAN API 6.6
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.
networkConfig*VsanNetworkConfigBestPracticeHealth

Network configuration best practices checks.

Since vSAN API 6.6
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.
perfsvcHealth*VsanPerfsvcHealthResult

vSAN performance service health check result.

Since vSAN API 6.7
physicalDisksHealth*VsanPhysicalDiskHealthSummary[]

Physical vSAN 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.
vsanConfig*VsanConfigCheckResult

vSAN configuration checks.

Since vSAN API 6.6
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition