MonitorServiceHealth

MonitorServiceHealth
MonitorServiceHealth

Health status of a service within a feature. A service may contain multiple components.

JSON Example
{
    "name": "cluster-api",
    "status": "UP",
    "components": [
        {
            "name": "cluster-api",
            "status": "UP",
            "ready_replica": 1,
            "total_replica": 1
        }
    ],
    "prefixes": [
        "cluster-api"
    ]
}
string
name
Required  

Name of the service.

string
status
Required  

Aggregated health status of the service.

Enumeration: UP, PARTIALLY_UP, DOWN
components
Required  

List of components that make up this service.

array of string
prefixes
Optional

Pod name prefixes that belong to this service.