Monitor Controller
Monitor Server Servers For Room
Path: /monitor/roomservers/{room_id}
Method: GET
Example Http Request
GET /monitor/roomservers/ff617a01-2b68-4bca-927f-5f55b233aa0b HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 215
[{"serverId":"1","serverName":"movement-server-master","serverUrl":"https://movement-server-master.example.com"},{"serverId":"2","serverName":"web-server-master","serverUrl":"https://web-server-master.example.com"}]
Example Curl Request
$ curl 'http://localhost:8080/monitor/roomservers/ff617a01-2b68-4bca-927f-5f55b233aa0b' -i -X GET
Monitor Controller