Alerts
Alerts are runtime records created when policies trigger.
Alerts API
See the exact alert routes, status filtering, delivery queries, and transition responses.
Destinations
Configure where alerts are sent, run destination tests, and inspect delivery history correctly.
Alert reads and lifecycle actions
GET /v1.0/alertsGET /v1.0/alerts/:alertIDGET /v1.0/alerts/:alertID/deliveriesPOST /v1.0/alerts/:alertID/acknowledgePOST /v1.0/alerts/:alertID/resolvePOST /v1.0/alerts/:alertID/archive
Statuses
triggeredacknowledgedresolvedarchived
Delivery investigation
Use delivery history to answer:
- was the alert routed anywhere?
- did the destination test succeed?
- what HTTP status or error came back?
Filter delivery reads with:
kind=alertkind=testkind=all
Use kind=test immediately after testing a destination.
For delivery target configuration, continue with Destinations.
Last updated on