Check that the service is up
Answers 200 with an empty body once the service has run a real query against its database, and 503 with an empty body while that database is unreachable. Needs no credential.
Responses
- 200
The service and its database are both answering.
- 503
The service is running but cannot reach its database.
Request Example for get/health
curl /health
No Body

