Allows clients to get hardware information about their device. Includes other information such as:

  • firmware version
  • device status
  • IP address
  • MAC address
  • enrollment status
  • enrollment code

Minimum role required: general

Example Response Body

{
  "hardwareId": "XF714R57B319605",
  "model": "hdl410",
  "firmwareVersion": "1.9.278056-0",
  "deviceStatus": "Ok",
  "hardwareComponents": [
    {
      "model": "ConnectModule2",
      "hardwareId": "XF714R57B319605"
    },
    {
      "model": "Bar",
      "hardwareId": "AAC277A0D026",
      "portNumber": 1
    },
    {
      "model": "Bar",
      "hardwareId": "AAC277A0D027",
      "portNumber": 2
    }
  ],
  "ipAddress": "10.0.0.1",
  "mac_address": "cd:ba:ea:fb:a9:b8",
  "enrollmentStatus": "enrolled",
  "enrollmentCode": "G85-SVN-KMJ"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!