CategoryHealth

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

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

string
status
Required

Health status of a specific service category/group.

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

services

Deprecated
Availability
Deprecated in 4.2