HealthBreakdown
Health Breakdown
Breakdown of hosts by health level showing the count of hosts at each health status.
JSON Example
{
"health_level": "CRITICAL",
"host_count": 10
}
health_level
Required
Health status level (NORMAL, HIGH, CRITICAL, UNKNOWN, INCORRECT_CONFIGURATION or REQUIREMENT_NOT_MET).
Enumeration:
NORMAL,
HIGH,
CRITICAL,
UNKNOWN,
INCORRECT_CONFIGURATION,
REQUIREMENT_NOT_MET
integer As int64
As int64
host_count
Required
Number of hosts with this health level.