Alerts
An alert represents an urgent notice (state of alarm)
Alerts are created by Integrations or Account Users
The Alert Object
title
string
The title of the alert.
description
string
The description of the alert.
tag_list
string[]
A list of tags.
urgency
string
The urgency of the alert. low|medium|high|critical
status
string
source_id
string
The source identifier.
source_type
string
source_log_id
string
thirdparty_id
string
A unique identifier mapping this to a third party system.
acknowledged_at
timestamp
A timestamp of when the alert was first acknowledged. (Does not get reset if handed off or the alert was routed to multiple teams.)
resolved_at
timestamp
A timestamp of when the alert was resolved.
dedup_keys
string[]
Unique identifiers that group alerts within the account.
Notes
Set the
meta.incident
to true to flag this alert as an incident.Set the
meta.incident_severity
to set the severity.SEV-1|SEV-2|SEV-3|SEV-4|SEV-5|SEV-UNKNOWN
Set the
meta.incident_message
to set the special incident message.
Create an Alert
Allowed Parameters
Required Parameters
title
urgency
at least 1 destination (Team, Router, or Account User)
Retrieve an Alert
Update an Alert
Delete an Alert
List all Alerts
Acknowledge an Alert
Acknowledge an alert. Must be in the open|dropped|suppressed state.
Reject an Alert
Reject an alert. API Key user must have an open workflow for this alert.
Resolve an Alert
Resolve an alert. Must be in the open|dropped|acknowledged state.
Comment on an Alert
Required Parameters
body
List an Alert's Comments
Last updated