Monitor Controller
Monitor List Servers
Path: /monitor/servers
Method: GET
Example Http Request
GET /monitor/servers 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/servers' -i -X GET
Monitor Controller