Last Updated on : 2023-12-07 03:33:50download
You can get a list of network configuration devices through this API, including devices that have been successfully configured and failed.
GET: /v1.0/device/paring/tokens/{token}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
token | String | uri | true | Device configuration token |
Parameter name | Type | Description |
---|---|---|
result | ParingResult | Return result |
Description of result
Parameter name | Type | Description |
---|---|---|
success | List | List of devices with successful network configuration |
failed | List | List of devices that failed to configure network |
Description of success
Parameter name | Type | Description |
---|---|---|
device_id | String | Device ID |
product_id | String | Product ID |
category | String | Product Category |
name | String | Device Name |
Description of failed
Parameter name | Type | Description |
---|---|---|
device_id | String | Device ID |
name | String | Device Name |
code | String | Failed error code |
msg | String | Failed error code description |
GET: /v1.0/device/paring/tokens/xxx
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback