Skip to content

Database health check

GET
/health/db
curl --request GET \
--url https://api.deploybase.eu/api/v1/health/db

Returns the health status of the database connection

OK

Media type application/json
object
database
string
status
string
timestamp
string
Example generated
{
"database": "example",
"status": "example",
"timestamp": "example"
}

Service Unavailable

Media type application/json
object
database
string
status
string
timestamp
string
Example generated
{
"database": "example",
"status": "example",
"timestamp": "example"
}