更新时间:2023-06-21 07:13:08下载pdf
本文介绍查询空间下能耗排行的 API。
查询一定时间范围内,空间下的能源排行,包括水、电、气的使用、生成或转储统计数据。
GET: /v1.0/iot-03/energy/{energy_type}/space/statistics-top
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
energy_type | String | uri | true | 能源类型,仅支持电: electricity |
energy_action | String | query | true | 能源行为,仅支持消耗: consume |
statistics_type | String | query | true | 统计粒度,
|
start_time | String | query | true | 开始时间 |
end_time | String | query | true | 结束时间 |
depth | Integer | query | false | 空间层级,默认层级为 0,即空间下第一层级,层级取值范围为 0~9 |
limit | Integer | query | false | 统计的个数限制,默认10,最大值为 100 |
contain_childs | Boolean | query | false | 是否包含子节点数据,默认true |
参数名 | 类型 | 说明 |
---|---|---|
result | List |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
value | Float | 能耗 |
space_id | String | 空间 ID |
GET: /v1.0/iot-03/energy/electricity/space/statistics-top?energy_action=consume&statisticsType=day&startTime=20210923&endTime=20210924&depth=1&containChilds=true
{
"result": [
{
"space_id": "xxx",
"value": 1.1
}
],
"t": 1624525873263,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈