Documentation for Axxon Next 3.5.1. Documentation for other versions of Axxon Next is [available too].

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

List of domain servers

GET http://server/prefix/hosts/ - gets the list of all domain hosts.
Sample response:
[ "SERVER1", "SERVER2" ]

Server info

GET http://server/prefix/hosts/HOSTNAME - gets host info.
Sample response:
{
    "hostname" : "SERVER2",
    "domainInfo" :
    {
        "domainName" : "DomainName",
     "domainFriendlyName" : "Custom domain name, if available"
},
"platformInfo" :
    {
"machine" : "ARM9",
"os" : "Linux"
    },
    "licenseStatus" : "Expired",
"timeZone" : "+180" // GMT+3
}

  • No labels