Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn page:
Table of Contents

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/{NODENAME}

Tip

{NODENAME} -  Server Server or node name on which you need to get the information.

Sample request:

GET http://127.0.0.1:80/hosts/NODE2

Sample response:

Code Block
{
    "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"
    ]
}


ParameterDescription
nodeNameServer/node name
domainNameAxxon domain ID
domainFriendlyNameAxxon domain name
hostNameHost name
machineServer Architecturearchitecture
osOS
licenseStatusLicense type
timeZoneTime zone (minutesin minutes (in this example, GMT+4)
nodesList of nodes of Axxon domain

...