更新时间:2023-06-21 07:13:08下载pdf
本文介绍统计监测点的 API。
获取监测点数量统计,包括总数量和绑定了设备的监测点数量。
GET: /v1.0/iot-03/statistical-indicators/monitors/devices-count
参数名 | 类型 | 说明 |
---|---|---|
result | DimensionNodeCountDTO | 统计结果集 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
total | Integer | 监测点总数量 |
bind | Integer | 绑定过设备的监测点数量 |
GET: /v1.0/iot-03/statistical-indicators/monitors/devices-count
{
"result": {
"total": 3,
"bind": 2
},
"t": 1632468147158,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈