Go to documentation repository
GET http://IP-address:port/prefix/statistics/hardware – get information about usage of network and CP of a specific Server.특정 서버의 네트워크 및 CPU 사용 정보 가져오기
GET http://IP-address:port/prefix/statistics/hardware/domain – get information about usage of network and CP of all Servers within Axxon Domain.Axxon 도메인 내 모든 서버의 네트워크 및 CPU 사용 정보 가져오기
요청 예시Sample request:
GET http://127.0.0.1:80/statistics/hardware
Sample response응답 예시:
Code Block |
---|
[ { "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" } ] |