/v2/alerts
¶
The alerts resource supports the following operations.
Method |
URL |
Description |
---|---|---|
GET |
|
Get a list of all alerts. |
GET |
|
Get a single alert by alert id. |
POST |
|
Disposition an Alert through API. |
GET¶
/v2/alerts
/v2/alerts/{alert_id}
Example
https://<host>/api/v2/alerts?limit=3 { "status": 200, "message": "Success", "data": [ { "alert_id": "<alert_ID>", "message": "Node: () - RayRule : Jabber (JabberNew)", "log_date": 1665689762, "last_escalated_date": 1665689763, "acknowledged_date": 0, "last_updated": 0, "acknowledged_level": 1, "status_condition_id": 12, "status_condition": "Critical", "irp_id": 2, "irp_name": "Ray IRP", "ad_id": 0, "disposition": "The alert is open.", "reference_id": "119012-01000011-00-01-101-1", "user_name": "", "node": "", "short_message": "RayRule : Jabber (JabberNew)", "rule_name": "RayRule", "policy_name": "RayPolicy", "response_procedures": [ { "response_procedure_id": "<resp_ID>", "name": "Ray IRP" } ] }, { "alert_id": "<alert_ID>", "message": "Node: () - RayRule : Jabber (JabberNew)", "log_date": 1665689760, "last_escalated_date": 1665689761, "acknowledged_date": 0, "last_updated": 0, "acknowledged_level": 1, "status_condition_id": 12, "status_condition": "Critical", "irp_id": 2, "irp_name": "RayIRP", "ad_id": 0, "disposition": "The alert is open.", "reference_id": "119012-01000011-00-01-101-1", "user_name": "", "node": "", "short_message": "RayRule : Jabber (JabberNew)", "rule_name": "RayRule", "policy_name": "RayPolicy", "response_procedures": [ { "response_procedure_id": "<resp_ID>", "name": "RayIRP" } ] } ] }
RESP_CODE: 200