Health
Responses
200
The Health Check is successful
application/json
503
The Health Check is not successful
application/json
get
/health/livenessGET /health/liveness HTTP/1.1
Host:
Accept: */*
{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}Responses
200
The Health Check is successful
application/json
503
The Health Check is not successful
application/json
get
/health/readinessGET /health/readiness HTTP/1.1
Host:
Accept: */*
{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}Last updated