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.
{
"_typeName": "string",
"error": 0,
"warning": 0,
"info": 0
}
Number of health checks with error status.
Number of health checks with warning status.
Number of health checks with info status.