Go to documentation repository
Contact technical support
Previous page Next page
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
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" }