ServiceHealth

ServiceHealth
ServiceHealth
JSON Example
{
    "name": "string",
    "status": "string",
    "components": [
        {
            "name": "string",
            "status": "string",
            "readyReplica": 0,
            "totalReplica": 0,
            "reason": "string"
        }
    ],
    "prefixes": [
        "string"
    ]
}
string
name
Required

Name of the service; Each CategoryHealth category contains mutiple ServiceHealth, each ServiceHealth contains one or multiple ComponentHealth.

string
status
Required

Health status of a service, a service might include several components.

Possible values are : UP, PARTIALLY_UP, DOWN,
components
Required

components

array of string
prefixes
Optional

Prefixes of the pods which belongs to this service

Deprecated
Availability
Deprecated in 4.2