更新时间:2023-06-15 06:03:04
本文介绍获取监测对象详情的 API。
根据监测对象 ID 获取监测对象详情(检测对象名称以及关联设备集合)。
GET: /v1.0/iot-03/si/monitor-object/{monitor_object_id}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
monitor_object_id | String | uri | true | 监测对象 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | MonitorObjectTotalDTO |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
monitor_object_id | String | ID |
monitor_object_type | String | 监测对象类型 |
monitor_object_name | String | 监测对象名称 |
remark | String | 备注 |
device_list | List | 关联设备集合 |
picture_list | List | 监测对象图片集合 |
picture_list
说明
参数名 | 类型 | 说明 |
---|---|---|
attachment_name | String | 文件名称 |
attachment_value | String | 文件 cloud_key |
thumbnail_attachment_value | String | 文件缩略图 cloud_key |
GET: /v1.0/iot-03/si/monitor-object/197***
{
"result": {
"monitorObjectId": "197***",
"remark": "振动监测测试备注",
"monitorObjectType": "energy_collect",
"monitorObjectName": "振动监测测试",
"deviceList": [
"vdevo***"
],
"pictureList": [
{
"thumbnailAttachmentValue": "is-product/other/20211126/20211126**.JPG",
"attachmentValue": "is-product/other/20211126/20211126**.JPG",
"attachmentName": "****.JPG"
}
]
}
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈