Health Check

CUE User Manager provides a "health check" at the following URL:

https://umhost:8681/healthcheck

where umhost is the host name or IP address of the machine on which you installed CUE User Manager. If you are logged in on that machine, then you can get nicely formatted output on the command line as follows:

$ curl https://localhost:8681/healthcheck | jq .

The health check provides information about the current state of both the CUE User Manager itself and the associated IAM manager. For example:

{
 "deadlocks": {
   "healthy": true
 },
 "provider-1-gluu": {
   "healthy": true,
   "message": "Connected"
 },
 "provider-1-stateoriginmappercache": {
   "healthy": true,
   "message": "CacheState(size=1)"
 }
}