Last Updated on : 2023-06-20 15:21:28download
Get the list of gateways under a specified asset.
GET: /v1.0/iot-03/device-registration/assets/{asset_id}/gateways
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_id | String | uri | true | The asset ID. |
Parameter name | Type | Description |
---|---|---|
result | List |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | The device ID. |
name | String | The device name. |
online | Boolean | The online status of the device. |
category | String | Category |
GET: /v1.0/iot-03/device-registration/assets/{asset_id}/gateways
{
"result": [
],
"t": 1591872112140,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback