Versions Compared

Key

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

...

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
}