更新时间:2023-06-21 07:13:11下载pdf
本文介绍新增监测对象的 API。
新增监测对象(监测对象名称/code以及监测对象图片)
POST: /v1.0/iot-03/si/monitor-object
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
monitor_object_type | String | true | 监测对象类型 | |
monitor_object_name | String | true | 监测对象名称 | |
remark | String | false | 备注 | |
device_list | List | false | 关联设备集合 | |
picture_list | List | false | 监测对象图片 |
picture_list
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
attachment_name | String | false | 文件名称 | |
attachment_value | String | false | 文件 cloud_key | |
thumbnail_attachment_value | String | false | 文件缩略图 cloud_key |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 操作是否成功 |
POST: /v1.0/iot-03/si/monitor-object
{ "monitorObjectId": "197***", "monitorObjectType": "energy_collect", "monitorObjectName": "振动监测测试", "remark": "振动监测测试备注", "deviceList": [ "vdevo***" ], "pictureList": [ { "attachmentName": "****.JPG", "attachmentValue": "is-product/other/20211126/20211126**.JPG", "thumbnailAttachmentValue": "is-product/other/20211126/20211126**.JPG" } ]
{ "result": true, "t": 1632730415965, "success": true }
参考 错误码。
该内容对您有帮助吗?
是意见反馈