/api/v1/health
Public
Application and database health check
Verifies the service is running and the primary application database accepts connections. Intended for load balancers and uptime monitors.
Try
https://vd.axn.am/api/v1/health
Responses
Schema
-
statusstring — ok -
servicestring — axion-data-center -
checks-
databasestring — ok
-
Example
{
"status": "ok",
"service": "axion-data-center",
"checks": {
"database": "ok"
}
}
Schema
-
statusstring — degraded -
servicestring -
checks-
databasestring — error
-
Example
{
"status": "degraded",
"service": "axion-data-center",
"checks": {
"database": "error"
}
}