Documentation for Axxon Next 4.5.0 - 4.5.10. Documentation for other versions of Axxon Next is available too.

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 »

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 or node name.

Sample request:

GET http://127.0.0.1:80/hosts/SERVER2

Sample response:

{
    "nodeName": "SERVER2",
    "domainInfo": {
        "domainName": "c79912ff-bb42-431c-9b2e-3adb14966f43",
        "domainFriendlyName": "Default"
    },
    "platformInfo": {
        "hostName": "SERVER2",
        "machine": "x64 6",
        "os": "Win32"
    },
    "licenseStatus": "OK",
    "timeZone": 240,
    "nodes": [
        "NODE1",
        "NODE2"
    ]
}
ParameterDescription
nodeNameServer/node name
domainNameAxxon domain ID
domainFriendlyNameAxxon domain name
machineServer Architecture
osOS
licenseStatusLicense type
timeZoneTime zone (minutes)
nodesList of nodes running on the Server
  • No labels