Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List of domain servers

GET http://server/prefixIP-Address:8000/asip-api/hosts/ - gets the list of all domain hosts.

Sample response:
[ "SERVER1", "SERVER2" ]

Server info

GET http://server/prefixIP-Address:8000/asip-api/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
}