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.
GET: /v1.0/iot-03/statistical-indicators/monitors/devices-count
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. |
GET: /v1.0/iot-03/statistical-indicators/monitors/devices-count
{
"result": {
"total": 3,
"bind": 2
},
"t": 1632468147158,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback