Last Updated on : 2023-06-20 12:54:24download
IoT Core provides the fundamental device connection and management. The IoT Core establish secure and reliable communication between your IoT application and the devices to connect, monitor, and manage your IoT assets.
API Name | URL |
---|---|
Check whether a device is frozen | GET:/v1.0/iot-03/devices/{device_id}/freeze-state |
Get the device information | GET:/v1.0/iot-03/devices/{device_id} |
Delete devices in batches | DELETE:/v1.0/iot-03/devices |
Modify the device information | PUT:/v1.0/iot-03/devices/{device_id} |
Delete a device | DELETE:/v1.0/iot-03/devices/{device_id} |
Restore defaults | POST:/v1.0/iot-03/devices/{device_id}/actions/reset |
Get the list of sub-devices | GET:/v1.0/iot-03/devices/{device_id}/sub-devices |
Modify the frozen status of a device | PUT:/v1.0/iot-03/devices/{device_id}/freeze-state |
Get the information about multiple devices | GET:/v1.0/iot-03/devices |
Query the factory information of multiple devices | GET:/v1.0/iot-03/devices/factory-infos |
Get device attributes | GET:/v1.1/iot-03/devices/{device_id}/specification |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback