vSAN Management API


Data Object - VsanHealthStatusCounts(vim.cluster.VsanHealthStatusCounts)

Property of
VsanClusterHealthSummary
Extends
DynamicData
Since
9.1.0.0

Data Object Description

Represents the count of health checks grouped by status level for a specific point in time. This summary provides a quick overview of overall cluster health by showing how many checks fall into each status category. Includes only non-green statuses (error, warning, info) to highlight potential issues or noteworthy conditions. Green (healthy) checks are intentionally excluded.

Properties

Name Type Description
errorxsd:int

Number of health checks with error status.
infoxsd:int

Number of health checks with info status.
warningxsd:int

Number of health checks with warning status.
Properties inherited from DynamicData
None

Show WSDL type definition