List of domain servers
GET http://IP-Address:port/prefix/hosts/ - gets the list of all domain hosts.
Sample response:
[ "SERVER1", "SERVER2" ]
Server info
GET http://IP-Address:port/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
}