批量新增监控指标

更新时间:2023-06-21 07:13:09下载pdf

本文介绍批量新增监控指标的 API。

接口描述

批量新增监控指标,包含绑定产品 ID、监控指标、产品指标 Code 关系等。

接口地址

POST: /v1.1/iot-03/si/products/{tuya_product_id}/monitor-indicator/batch

请求参数

参数名 类型 参数位置 是否必填 说明
tuya_product_id String uri true 涂鸦产品 ID

body 说明

参数名 类型 参数位置 是否必填 说明
indicator_code_list List true 产品指标 Code 集合
monitor_type String true 监控指标类型:
  • core_monitor:工业通用
  • energy_collect:工业能耗
  • environment:工业环境
  • other:其他

返回参数

参数名 类型 说明
result Boolean 返回结果

请求示例

POST: /v1.1/iot-03/si/products/pro****/monitor-indicator/batch

返回示例

{ "result": true, "t": 1632730415965, "success": true }

错误码

参考 错误码