更新时间:2023-06-21 07:13:09下载pdf
本文介绍查询监控指标的 API。
查询已设置的产品监控指标。
GET: /v1.0/iot-03/si/products/monitor-indicator
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
tuya_product_id | String | query | false | 涂鸦产品 ID |
monitor_type | String | query | false | 监控指标类型
|
page_no | Long | query | false | 页码, 默认第一页 |
page_size | Long | query | false | 页面数量, 默认值为 20, 最大值为 100 |
参数名 | 类型 | 说明 |
---|---|---|
result | TyPage | 数据结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
page_size | Long | 当前分页大小 |
data | List | 数据 |
total | Long | 总数 |
page_no | Long | 当前页码 |
data
说明
参数名 | 类型 | 说明 |
---|---|---|
indicator_id | String | 指标 ID |
tuya_product_id | String | 涂鸦产品 ID |
indicator_code | String | 监控指标 Code |
monitor_type | String | 监控类型 |
create_time | Long | 创建时间 |
GET: /v1.0/iot-03/si/products/monitor-indicator?tuya_product_id=ng****
{
"result": {
"data": [
{
"tuya_product_id": "5i****",
"create_time": 1635678293063,
"indicator_code": "switch_led",
"indicator_id": "14****",
"monitor_type": "energy_collect"
},
{
"tuya_product_id": "5i****",
"create_time": 1635678159020,
"indicator_code": "switch_led",
"indicator_id": "14****",
"monitor_type": "core_monitor"
}
],
"page_no": 1,
"total": 2,
"page_size": 20
},
"t": 1635678589042,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈