Previous page Get unique identifier  Get list of video sources (cameras) Next page

On page:

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
}

  • No labels