1
0
mirror of https://github.com/thomiceli/opengist synced 2024-11-12 07:05:50 +01:00
opengist/docs/administration/healthcheck.md
2024-01-04 18:06:19 +01:00

294 B

Healthcheck

A healthcheck is a simple HTTP GET request to the /healthcheck endpoint. It returns a 200 OK response if the server is healthy.

Example

curl http://localhost:6157/healthcheck
{"database":"ok","opengist":"ok","time":"2024-01-04T05:18:33+01:00"}