Go to documentation repository
Documentation for Axxon Next 4.4.6. Documentation for other versions of Axxon Next is available too.
Previous page Next page
On page:
List of Axxon domain Servers
GET http://IP-Address:port/prefix/hosts/
Sample request:
GET http://127.0.0.1:80/hosts/
Sample response:
[ "SERVER1", "SERVER2" ]
Server info
GET http://IP-Address:port/prefix/hosts/{HOSTNAME}
{HOSTNAME} - Server name.
Sample request:
GET http://127.0.0.1:80/hosts/SERVER2
Sample response:
{
"hostname": "SERVER2",
"domainInfo": {
"domainName": "040f0007-517a-4650-98fd-218395c6d12a",
"domainFriendlyName": "Default"
},
"platformInfo": {
"machine": "x64 6",
"os": "Win32"
},
"licenseStatus": "Demo active",
"timeZone": 240
}
| Parameter | Description |
|---|---|
| hostname | Server name |
| domainName | Axxon domain ID |
| domainFriendlyName | Axxon domain name |
| machine | Server Architecture |
| os | OS |
| licenseStatus | License type |
| timeZone | Time zone (minutes) |
Overview
Content Tools