更新时间: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"
}
]
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈