VsanHealthStatusCounts

VsanHealthStatusCounts
VsanHealthStatusCounts

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.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "error": 0,
    "warning": 0,
    "info": 0
}
integer As int32 As int32
error
Required

Number of health checks with error status.

integer As int32 As int32
warning
Required

Number of health checks with warning status.

integer As int32 As int32
info
Required

Number of health checks with info status.