Go to documentation repository
Contact technical support
Previous page Next page
GET http://IP-address:port/prefix/hosts/
Sample request:
GET http://127.0.0.1:80/hosts/
Sample response:
[ "SERVER1", "SERVER2" ]
GET http://IP-address:port/prefix/hosts/{NODENAME}
{NODENAME} − Server or node name on which you need to get the information.
GET http://127.0.0.1:80/hosts/NODE2
{ "nodeName": "NODE2", "domainInfo": { "domainName": "c79912ff-bb42-431c-9b2e-3adb14966f43", "domainFriendlyName": "Default" }, "platformInfo": { "hostName": "SERVER2", "machine": "x64 6", "os": "Win32" }, "licenseStatus": "OK", "timeZone": 240, "nodes": [ "NODE1", "NODE2" ] }
GET http://IP-address:port/prefix/statistics/hardware – get information about usage of network and CP of a specific Server.
GET http://IP-address:port/prefix/statistics/hardware/domain – get information about usage of network and CP of all Servers within Axxon Domain.
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" } ]
GET http://127.0.0.1:80/product/version
{ "version": "Axxon One 1.0.2.25" }
Request example:
GET http://127.0.0.1:80/statistics/webserver
Response example:
{ "now": "20200601T115707.888290", "requests": 3, "requestsPerSecond": 0, "bytesOut": 134, "bytesOutPerSecond": 0, "streams": 0, "uptime": 349290 }