Skip to main content

Get device summary information

Returns general device information:

  • firmware version
  • framework version
  • API version
  • device model type and name (some functionality may be unavailable on certain devices)
  • device serial number
  • Wi-Fi module presence

This endpoint is open and does not require authentication.

Responses

OK


Schema
  • firmware_version string

    Firmware version

  • framework_version string

    Framework version

  • api_version string

    API version

  • device_name string

    Device model name

  • device_type string

    Possible values: [monitor, panel]

    Device type

  • device_model string

    Possible values: [aq07, aq07l, aq07la, ak10, ak10l, am02, at07l, at10, at10l]

    Device model

  • device_serial_number string

    Device serial number. Used with Link

  • commit string

    Device commit.

  • device_wifi string

    Possible values: [available, unavailable]

    Indicates whether a Wi-Fi module is physically present on the device. Devices without a Wi-Fi module will not support any /network/wifi/* endpoints.

Loading...