/q/

From wikieduonline
(Redirected from /q/health)
Jump to navigation Jump to search
/q/health 
/q/health/ready 
/q/health/live
/q/oidc/code-flow


curl -s localhost:8081/q/health | jq
curl -s localhost:8081/q/health/ready | jq
curl -s localhost:8081/q/health/live | jq
Handling connection for 8081
{
 "status": "UP",
 "checks": [
   {
     "name": "Database connections health check",
     "status": "UP"
   }
 ]
}
Handling connection for 8081
{
 "status": "UP",
 "checks": [
   {
     "name": "Database connections health check",
     "status": "UP"
   }
 ]
}
Handling connection for 8081
{
 "status": "UP",
 "checks": []
}

See also[edit]

Advertising: