ClusterHealth
Cluster Health
Health metrics and status breakdown for a cluster based on host health assessments.
JSON Example
{
"overall_health": "HIGH",
"health_breakdown": [
{
"health_level": "CRITICAL",
"host_count": 0
},
{
"health_level": "HIGH",
"host_count": 2
},
{
"health_level": "NORMAL",
"host_count": 22
},
{
"health_level": "UNKNOWN",
"host_count": 1
},
{
"health_level": "INCORRECT_CONFIGURATION",
"host_count": 0
},
{
"health_level": "REQUIREMENT_NOT_MET",
"host_count": 0
}
]
}
overall_health
Required
Overall health status of the cluster. The overall health is determined by the highest severity level present. For example, if all hosts are normal except one in critical, then the overall health of the cluster is critical. If overall health is INCORRECT_CONFIGURATION, then the health breakdown will be empty.
Enumeration:
NORMAL,
HIGH,
CRITICAL,
UNKNOWN,
INCORRECT_CONFIGURATION,
REQUIREMENT_NOT_MET
array of
HealthBreakdown
health_breakdown
Optional
Array of health level breakdowns showing the count of hosts at each health status level.