listenerservices.listStatuses

GET https://relay.bluejeans.com/api/listenerservices/status
List the statuses of all Listener Services.
GET /api/listenerservices/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)" } } }, { "listenerServiceId": "4fb329c03a8ce62480d87e25", "health": "ok", "version": "2.28.0 (102)", "instances": { "0C-C4-7A-A9-09-28": { "hostname": "listenerservice-vm-03", "ipAddress": "192.168.1.102", "javaVersion": "Oracle Corporation 1.8.0_241", "timestamp": 1599018923714, "version": "2.28.0 (102)" }, "0C-C4-7A-A9-09-29": { "hostname": "listenerservice-vm-04", "ipAddress": "192.168.1.103", "javaVersion": "Oracle Corporation 1.8.0_241", "timestamp": 1599018928714, "version": "2.28.0 (102)" } } } ]

outputs

a list of ListenerServiceStatus objects
application/json List<ListenerServiceStatus>