Count Monitor

Last Updated on : 2023-06-21 07:13:08download

Get the number of monitors, including the total number of monitors and the number of monitors bound with devices.

API address

GET: /v1.0/iot-03/statistical-indicators/monitors/devices-count

Return parameter

Parameter name Type Description
result DimensionNodeCountDTO The returned result.

Description of result

Parameter name Type Description
total Integer The total number of monitors.
bind Integer The number of monitors bound with devices.

Request example

GET: /v1.0/iot-03/statistical-indicators/monitors/devices-count

Return example

{ "result": { "total": 3, "bind": 2 }, "t": 1632468147158, "success": true }

Error code

For more information, see error code.