Zum Inhalt springen

Health-Check

GET
/v1/health
curl --request GET \
--url https://example.com/v1/health

Für Load-Balancer/Docker-Healthcheck. Liefert 503, sobald kein Endpoint mehr healthy ist.

Mindestens ein Endpoint healthy.

Media typeapplication/json
object
status
string
endpoints_total
integer
endpoints_healthy
integer
Example
{
"status": "ok"
}

Kein Endpoint healthy.

Media typeapplication/json
object
status
string
endpoints_total
integer
endpoints_healthy
integer
Example
{
"status": "ok"
}