Description
Retrieves a list of all alerts in BHM.
Parameters
None.
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
For each alert:
{
"alarm_name": "string",
"alert_point": array of trigger history objects,
"f": integer,
"id": "string",
"mab": integer,
"notification": bool,
"processed_at": "DateTime",
"server_name": "string",
"severity": "string",
"ws": int
}
|