Last Updated on : 2023-06-20 15:33:45download
You can query the factory information of devices in batches through this API.
GET: /v1.0/devices/factory-infos
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | query | true | Device ID list, multiple device IDs are separated by commas. |
Parameter name | Type | Description |
---|---|---|
result | List | Return result |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | Device ID |
uuid | String | Device Identification |
sn | String | Device serial number |
mac | String | Device MAC address |
GET: /v1.0/devices/factory-infos?device_ids=65057368c44f3380****,65057368c44f3381****
[
{
"uuid ": "002008535ccf7f53****",
"mac": "5c:cf:7f:53:**:**",
"id": "002008535ccf7f53****"
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback