api

Check 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.

If the service supports TLS Edge Termination, this endpoint does not require the X-Forwarded-Proto header to be set.

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

get/health/alive

Response

healthStatus

statusstring

Status always contains "ok".

Changes

Changed in 3 of the 39 revisions of this API.6

    • api tag api added

      api-tag-added

    • api tag health removed

      api-tag-removed

    • added the non-success response with the status

      response-non-success-status-added

    • removed the non-success response with the status

      response-non-success-status-removed

    • api tag health added

      api-tag-added

    • api tag api removed

      api-tag-removed