listenerservices.getStatus
GET
https://relay.bluejeans.com/api/listenerservices/:id/status
Is this Listener Service online right now? What version is it running?
GET /api/listenerservices/4fb329c03a8ce62480d87e24/status HTTP/1.1
HTTP/1.1 200 OK
{
"listenerServiceId": "4fb329c03a8ce62480d87e24",
"health": "ok",
"version": "2.27.0 (100)",
"instances": {
"0C-C4-7A-A9-09-28": {
"hostname": "listenerservice-vm-01",
"ipAddress": "192.168.1.100",
"javaVersion": "Oracle Corporation 1.8.0_241",
"timestamp": 1599018923714,
"version": "2.27.0 (100)"
},
"0C-C4-7A-A9-09-29": {
"hostname": "listenerservice-vm-02",
"ipAddress": "192.168.1.101",
"javaVersion": "Oracle Corporation 1.8.0_241",
"timestamp": 1599018928714,
"version": "2.27.0 (100)"
}
}
}
inputs
id
the id of the Listener Service you want to check
String
PATH
yes
4fb329c03a8ce62480d87e24