MonitorComponentHealth
MonitorComponentHealth
Health status of an individual component (pod/deployment) within a service. Components are the smallest unit of the health monitoring system.
JSON Example
{
"name": "cluster-api",
"status": "UP",
"ready_replica": 1,
"total_replica": 1
}
string
name
Required
Name of the component (pod/deployment name).
string
status
Required
Health status of the component.
Enumeration:
UP,
PARTIALLY_UP,
DOWN
integer As int32
As int32
ready_replica
Required
Number of ready pod replicas.
integer As int32
As int32
total_replica
Required
Total expected pod replica count.