vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
|---|---|---|
| error | xsd:int |
Number of health checks with error status.
|
| info | xsd:int |
Number of health checks with info status.
|
| warning | xsd:int |
Number of health checks with warning status.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |