system.getListenerHealth
GET
https://relay.bluejeans.com/api/system/listenerhealth
Check the health of all the registered Listener Services.
GET /api/system/listenerhealth HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
{ "53a378cfe4b08023288d4308": "ok", "53a36b5ee4b0b57a245ccad5": "hosed" }
outputs
A map of Listener Service ID to the health of each service.
The response status code is always
application/json
Map<String, String>
200; Listener Services should be monitored individually.