查询监控类型下所有的监控指标

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

本文介绍查询监控类型下所有的监控指标的 API。

接口描述

查询指定监控类型下所有的监控指标,包含监控指标 Code、名称以及单位。

接口地址

GET: /v1.0/iot-03/si/products/indicator-code

请求参数

参数名 类型 参数位置 是否必填 说明
monitor_type String query true 监控类型

返回参数

参数名 类型 说明
result List 监控指标信息列表

result 说明

参数名 类型 说明
indicator_code String 监控指标 Code
indicator_name String 监测指标名称
unit String 单位

请求示例

GET: /v1.0/iot-03/si/products/indicator-code?monitor_type=environment

返回示例

{ "result": [ { "indicator_code": "co2_value", "indicator_name": "二氧化碳检测值", "unit": "ppm" } ] }

错误码

参考 错误码