Resolve Alert
Resolve Alert
Resolve (close) an alert by its ID or by alias.
POST
Resolve Alert
Mark an alert as resolved. Sets the status to
resolved and records the resolution timestamp.
Resolve by alias
If you set analert_alias when creating the alert, you can resolve it by that alias instead of looking up its UUID. Pass identifierType=alias:
Only matches alerts currently
open or acknowledged. If the alias has no live alert, the endpoint returns 404 No open alert found with alias: ... rather than silently no-op’ing on a historical resolved row.Authorizations
Bearer token using your Warrn API key.
Path Parameters
Alert UUID, or the alert_alias when identifierType=alias.
Query Parameters
Available options:
id, alias Response
Resolved
Available options:
low, medium, high, critical Available options:
open, acknowledged, resolved Example:
"integration"