Go to documentation repository
Page History
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
List of Axxon domain Servers
GET httpGET http://IP-Addressaddress:port/prefix/hosts/
Sample request:
...
Code Block |
---|
[ "SERVER1", "SERVER2" ] |
Server info
GET httpGET http://IP-Addressaddress:port/prefix/hosts/{HOSTNAMENODENAME}
Tip |
---|
{HOSTNAME} - Server nameNODENAME} − Server or node name on which you need to get the information. |
Sample request:
GET http://127.0.0.1:80/hosts/SERVER2NODE2
Sample response:
Code Block |
---|
{ "hostnamenodeName": "SERVER2NODE2", "domainInfo": { "domainName": "040f0007c79912ff-517abb42-4650431c-98fd9b2e-218395c6d12a3adb14966f43", "domainFriendlyName": "Default" }, "platformInfo": { "hostName": "SERVER2", "machine": "x64 6", "os": "Win32" }, "licenseStatus": "Demo activeOK", "timeZone": 240, "nodes": [ "NODE1", "NODE2" ] } |
Parameter | Description |
---|---|
hostnamenodeName | Server/node name |
domainName | Axxon domain ID |
domainFriendlyName | Axxon domain name |
hostName | Host name |
machine | Server Architecturearchitecture |
os | OS |
licenseStatus | License type |
timeZone | Time zone (minutes)in minutes (in this example, GMT+4) |
nodes | List of nodes of Axxon domain |
Overview
Content Tools