v1

latestOpenAPI 3.0.12026-07-233010767.7 KB
Alerts

List alerts (optionally matching certain criteria that are specified by query parameters).

Sample URLs

get/alerts

Query parameters

start-indexinteger

an integer specifying the starting point (beginning with 0) when paging through a list of entities

max-resultsinteger

the maximum number of results when paging through a list of entities.

includestring[]

Describes optional properties that should be included in the response. You may declare multiple. (nextEscalationUser)

statesstring[]

state of the alert

sourcesinteger[]

alert source IDs of the alert's alert source

policiesinteger[]

escalation policy IDs of the alert's escalation policy

respondersstring[]

user ids of the user that is a responder of the alert

fromstring date-time

from date, ISO-UTC e.g. 2021-05-25T21:24:56.771Z, based on reportTime

untilstring date-time

until date, ISO-UTC e.g. 2021-05-26T21:24:56.771Z, based on reportTime

Response

OK

idinteger
summarystring
detailsstring
reportTimestring date-time
resolvedOnstring date-time
status'PENDING' | 'ACCEPTED' | 'RESOLVED'
priority'HIGH' | 'LOW'
alertKeystring
nextEscalationstring date-time
nextEscalationRuleIndexnumber
severityinteger

Optional severity in range 1..5.

labelsobject

Optional key/value labels that are attached to the alert.

customDetailsobject

Free-form custom key/value details attached to the alert. This is the original event payload of the integration. Only present with ?include=customDetails on the single-alert GET (not on the list endpoint).

linkedIncidentIdinteger

Id of the incident this alert is linked to, if any.

mergedIntoIdinteger

Id of the alert this alert has been merged into, if any.

mergeState'NONE' | 'MAIN' | 'MERGED'

The merge state of the alert.