Last Updated on : 2023-06-15 06:03:23
Get a list of monitored objects by device type.
GET: /v1.0/iot-03/si/monitor-object/device-type-code
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_type_code | String | query | true | The code of a specified device type. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
monitor_object_id | String | The ID of a specified monitored object. |
remark | String | The remarks. |
monitor_object_name | String | The name of a specified monitored object. |
monitor_object_type | String | The type of a specified monitored object. Valid values:
|
GET: /v1.0/iot-03/si/monitor-object/device-type-code?deviceTypeCode=01
{
"result": [
{
"remark": "",
"monitor_object_type": "energy_collect",
"monitor_object_id": "147023566436973****",
"monitor_object_name": "Energy Consumption Test 01"
}
],
"t": 1639623977027,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback