Go to documentation repository
Previous page Next page
GET http://IP-address:port/prefix/statistics/hardware – 특정 서버의 네트워크 및 CPU 사용 정보 가져오기
GET http://IP-address:port/prefix/statistics/hardware/domain – Axxon 도메인 내 모든 서버의 네트워크 및 CPU 사용 정보 가져오기
요청 예시:
GET http://127.0.0.1:80/statistics/hardware
응답 예시:
[ { "drives": [ { "capacity": 523920994304, "freeSpace": 203887943680, "name": "C:\\" }, { "capacity": 475912990720, "freeSpace": 148696813568, "name": "D:\\" }, { "capacity": 0, "freeSpace": 0, "name": "E:\\" } ], "name": "SERVER1", "netMaxUsage": "0,0062719999999999998", "totalCPU": "16,978111368301985" } ]