统计监测点

更新时间: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 }

错误码

参考 错误码