Endpoint
/api/v2/generalinfo

Responses

OK

Appliance Information
object

Appliance Information.Firmware Build Tag
Appliance Information.Model
Appliance Information.Registration Status
Appliance Information.Tunnel Status
Network Information
object

Network Information.DHCP
Network Information.DNS Entries
Network Information.Default Gateway
Network Information.Default Interface
Network Information.Domain Name
Network Information.Host Name
Network Information.IP Address
Network Information.MAC Address
Network Information.Subnet Mask
{
  "Appliance Information": {
    "Firmware Build Tag": "XXXX",
    "Model": "XXXX",
    "Registration Status": "XXXX",
    "Tunnel Status": "XXXx"
  },
  "Network Information": {
    "DHCP": "XXXX",
    "DNS Entries": "XXXX",
    "Default Gateway": "XXXX",
    "Default Interface": "XXXX",
    "Domain Name": "XXXX",
    "Host Name": "XXXX",
    "IP Address": "XXXX",
    "MAC Address": "XXXX",
    "Subnet Mask": "XXXX"
  }
}