Last Updated on : 2023-06-15 06:03:04
Get the details of a specified monitored object based on the ID of the monitored object. The details include the name of the monitored object and a list of linked devices.
GET: /v1.0/iot-03/si/monitor-object/{monitor_object_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
monitor_object_id | String | uri | true | The ID of a specified monitored object. |
Parameter name | Type | Description |
---|---|---|
result | MonitorObjectTotalDTO | 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. |
device_list | List | A list of linked devices. |
picture_list | List | The list of pictures of monitored objects. |
Description of picture_list
Parameter name | Type | Description |
---|---|---|
attachment_name | String | The file name. |
attachment_value | String | The cloud_key of a specified file. |
thumbnail_attachment_value | String | The cloud_key of a specified file thumbnail. |
GET: /v1.0/iot-03/si/monitor-object/197***
{
"result": {
"monitorObjectId": "197***",
"remark": "Remarks of vibration monitoring test",
"monitorObjectType": "energy_collect",
"monitorObjectName": "Vibration Monitoring Test",
"deviceList": [
"vdevo***"
],
"pictureList": [
{
"thumbnailAttachmentValue": "is-product/other/20211126/20211126**.JPG",
"attachmentValue": "is-product/other/20211126/20211126**.JPG",
"attachmentName": "****.JPG"
}
]
}
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback