Last Updated on : 2023-06-15 06:03:08
Get a list of monitored objects based on the type of the monitored objects.
GET: /v1.0/iot-03/si/monitor-object/list
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
monitor_object_type | String | query | true | The type of a specified monitored object. |
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. |
monitor_object_type | String | The type of a specified monitored object. |
monitor_object_name | String | The name of a specified monitored object. |
remark | String | The remarks. |
GET: /v1.0/iot-03/si/monitor-object/list?monitor_object_type=environment
{
"result": [
{
"remark": "Remarks of Grand Center",
"monitor_object_type": "environment",
"monitor_object_id": "192***",
"monitor_object_name": "Grand Center"
}
]
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback