更新时间:2023-06-21 07:13:05下载pdf
本文介绍监测点绑定设备的 API。
批量添加设备到监测点,单批次最多支持 20 个设备。
POST: /v1.0/iot-03/statistical-indicators/monitors/{monitor_id}/devices
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
monitor_id | String | uri | true | 监测点 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 添加结果 |
POST: /v1.0/iot-03/statistical-indicators/monitors/xxx/devices
{
"devices": [
"xxx"
]
}
{
"result": true,
"t": 1624525873263,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈