Monitor Controller
Monitor Server Details
Path: /monitor/server/{server_id}
Method: GET
Example Http Request
GET /monitor/server/1 HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 111
{"serverId":"1","serverName":"movement-server-master","serverUrl":"https://movement-server-master.example.com"}
Example Curl Request
$ curl 'http://localhost:8080/monitor/server/1' -i -X GET
Monitor Controller