Monitor Controller

Monitor Server Stats For IP

Path: /monitor/server/{server_ip}/stats

Method: GET

Example Http Request

GET /monitor/server/86.3.199.167/stats HTTP/1.1
Host: localhost:8080

Example Http Response

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 138

{"publicIp":"86.3.199.167","privateIp":"192.168.0.2","cpuUsage":50.5,"diskIo":60.6,"networkIn":70.7,"networkOut":80.8,"transferQuota":100}

Example Curl Request

$ curl 'http://localhost:8080/monitor/server/86.3.199.167/stats' -i -X GET

Monitor Controller