Software state

Endpoints

Endpoints to retrieve device status and basic information.

JSON structure.

{
   "uptime": 213,
   "date": 1548771939,
   "info":{
      "hw_rev":"v1.0",
      "sw_ver":"v0.0",
      "model":"XX-1800G"
      "serial_number":"-",
   },
   "admin":{
      "admin_name":"-",
      "admin_phone":"-",
      "admin_email":"-",
   },
   "asset":{
      "name":"-",
      "code":"-",
      "location":{
         "building":"-",
         "address":"-",
         "city":"-",
         "region":"-",
         "country":"-"
      }
   }
}

Back to X2-SERIES API Home