incidents
A unified table of your incident data from various sources. (i.e. PagerDuty, OpsGenie)
-
id
Primary key - Unique identifier for the row.
-
name
string - The name given to the incident.
-
priority
string - Priority assigned to the incident, as given by the source data.
-
source
string - Source system where the incident was created. (i.e. PagerDuty, OpsGenie)
-
source_id
Foreign key - ID of the incident in the source system.
-
source_url
string - Direct URL to the incident in the source system.
-
started_at
string - Date which the incident was started.
-
resolved_at
string - Date which the incident was resolved.
-
started_to_resolved
string - Time difference in seconds between an incident starting and being resolved.
-
deleted
boolean - Boolean indicating if the incident was deleted.