Last Updated on : 2023-06-21 07:13:09
Query the data of alerts.
GET: /v1.0/si/iot-03/alarm-statistics
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
monitor_object_type | String | query | true | The type of a specified monitored object. Valid values:
|
Parameter name | Type | Description |
---|---|---|
result | MonitorAlarmStatisticDTO | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
low_level_num | Integer | The number of low-level alerts. |
total_num | Integer | The total number of alerts. |
high_level_num | Integer | The number of high-level alerts. |
normal_num | Integer | The number of normal records. |
today_num | Integer | The number of today's newly increased alerts. |
unprocessed_num | Integer | The number of unhandled alerts. |
GET: /v1.0/si/iot-03/alarm-statistics?monitorObjectType=environment
{
"result": {
"today_num": 0,
"unprocessed_num": 0,
"total_num": 0
},
"t": 1639623296602,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback