v1

latestOpenAPI 3.0.0raw.githubusercontent.com2018-11-15474.9 KB
health

Check the Alive Status

This endpoint returns a 200 status code when the HTTP server is up running. This status does currently not include checks whether the database connection is working. This endpoint does not require the X-Forwarded-Proto header when TLS termination is set.

Be aware that if you are running multiple nodes, the health status will never refer to the cluster state, only to a single instance.

get/health/alive

Response

Health Status

statusstring

Status always contains "ok".

Example response

{
  "status": "ok"
}