HTTP API: health
The 2 operations tagged health, each with its parameters, its body and what it answers.
Is this process alive?
GET /healthz
Report that the process is running and able to answer.
Responses
200: object ofstring. Successful Response
Can this instance serve requests?
GET /readyz
Report whether the database is reachable and its schema is up to date.
Responses
200:object. Successful Response