Health API¶
Health check endpoints for monitoring OpenSift and its adapters.
Server Health¶
Adapter Health¶
Returns the health status of each configured search adapter:
{
"adapters": {
"elasticsearch": {
"status": "healthy",
"latency_ms": 12,
"message": "Cluster: opensift, Nodes: 1"
},
"wikipedia": {
"status": "healthy",
"latency_ms": 85,
"message": "Wikipedia API (en)"
}
}
}
| Status | Meaning |
|---|---|
healthy |
Adapter is fully operational |
degraded |
Adapter is working but with issues (e.g. yellow cluster) |
unhealthy |
Adapter is not reachable |