info

Get health information.

get/health

Response

Ok

databasestring required

The health of the database connection.

healthstring required

The health of the overall application.

Example response

{
  "database": "green",
  "health": "green"
}

Changes