v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
D360

List the summary of device details

List the summary of device details.

get/d360/overview/devices-summary

Query parameters

deviceIdinteger required

The device ID

Response

OK

connected_statusboolean

The connected status of the device

active_sinceinteger

The timestamp when the device became active. Unix timestamp in milliseconds since epoch.

device_health_issuesinteger
usage_and_capacity_issuesinteger
client_health_issuesinteger

Example response

{
  "active_since": 1622548800000,
  "device_details": {
    "system_name": "AP-Office-01",
    "ip_address": "192.0.2.1",
    "model": "AP-220",
    "sys_up_time": "3600",
    "os_version": "v3.2.1",
    "location": "Data Center Rack 4B",
    "system_mac": "[\"001122334455\",\"AABBCCDDEEFF\"]",
    "serial_number": "SN123456789",
    "system_description": "Main office AP providing Wi-Fi on 2.4GHz and 5GHz bands",
    "software_version": "3.2.1",
    "installation_time": "2023-11-05T14:48:00Z"
  },
  "system_information": {
    "device_model": "XIQ-AP2000",
    "device_template": "Default-Office-Template",
    "configuration_type": "TEMPLATE",
    "serial_number": "SN123456789",
    "iq_engine": "v2.1.0",
    "mgt0_ipv4_address": "192.168.1.1",
    "mgt0_ipv6_address": "2001:db8::1",
    "ipv4_subnet_mask": "255.255.255.0",
    "ipv6_subnet_mask": "2001:db8::/64",
    "ipv4_default_gateway": "192.168.1.1",
    "ipv6_default_gateway": "2001:db8::1",
    "mgt0_macaddress": "01:23:45:67:89:ab",
    "dns": "192.168.1.1, 2001:db8::1",
    "ntp": "time.nist.gov, 192.168.1.1"
  }
}