1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/websitev2/docs/api/internal/health.md
Christopher Kolstad 406f0554cf
Docusaurusv2 (#864)
feat: Upgraded to Docusaurus v2

closes: #771
2021-06-04 11:17:15 +02:00

481 B

id title
health /health

Health API

GET http://unleash.host.com/health

Used to check the health of the running Unleash instance. This endpoint has two possible responses:

Status: 200

{
  "health": "GOOD"
}

This response means everything is OK. Unleash is able to talk to the PostgreSQL

Status: 500

{
  "health": "BAD"
}

This response indicates that Unleash is not able to talk to PostgreSQL and will not be able to serve requests.