incident_io_incidents
Details of incidents in Incident.io.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Incident.io ID of the incident.
-
source_url
string - URL of the incident in Incident.io.
-
title
string - Title of the incident.
-
state
string - State of the incident.
-
severity
string - Severity of the incident.
-
started_at
date - Timestamp when the incident started.
-
resolved_at
date - Timestamp when the incident was resolved.
-
closed_at
date - Timestamp when the incident was closed.
-
time_to_resolve
number - Time taken to resolve the incident (in seconds).
-
time_to_internal_response
number - Time taken for internal response (in seconds).
-
incident_type_id
Foreign key - ID of the associated incident type.
-
creator_id
Foreign key - ID of the user who created the incident.
-
mode
string - Mode of the incident (e.g., real, simulated).
-
reference
string - Reference identifier for the incident.
-
summary
string - Summary of the incident.
-
visibility
string - Visibility of the incident (e.g., public, private).
-
updated_at
date - Date the incident was last updated.