MonitorFeatureHealthResponse

MonitorFeatureHealthResponse
MonitorFeatureHealthResponse

Complete feature health response including overall platform status and detailed health of all deployed features.

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

Overall health status of the Security Services Platform.

Enumeration: UP, PARTIALLY_UP, DOWN
boolean
migration_in_progress
Optional

Indicates if NAPP to SSP migration is currently in progress. When true, some degraded statuses may be suppressed.

features
Required  

List of all deployed features and their health status.