Viewing Hardware UUID Logs
Devices can be link/activated on one gateway, then unlinked and repurposed on a new gateway. Keeping track of these changes can be useful or debugging and audits of devices and gateways.
GET Hardware UUID Logs
Section titled “GET Hardware UUID Logs”To view change logs for the hardware_uuid field (gateway ID) of the nested device object in an hwi-device, you may use a GET request on the following endpoint:
/hwi/hardware-uuid-logs/Optional Query Parameters
Section titled “Optional Query Parameters”object_id: stringsearch: string
The query parameters shown above will allow you to filter by the hwi-device-id (using the object_id parameter) or search by a given hardware_uuid (using the search parameter). This can be useful for customer service or system auditing.
Further Reading
Section titled “Further Reading”More information on this endpoint can be found in our API Reference.