rootly_incidents

Details of Rootly incidents.

id

Primary key
Unique identifier for the row.

source_id

Foreign key
Rootly ID of the incident.

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.

detected_at

date
Timestamp when the incident was detected.

acknowledged_at

date
Timestamp when the incident was acknowledged.

mitigated_at

date
Timestamp when the incident was mitigated.

resolved_at

date
Timestamp when the incident was resolved.

cancelled_at

date
Timestamp when the incident was cancelled.

created_at

date
Timestamp when the incident was created.

time_to_resolve

number
Time taken to resolve the incident (in seconds).

time_to_internal_response

number
Time taken for internal response (in seconds).

time_to_detect

number
Time taken to detect the incident (in seconds).

source_url

string
URL of the incident source.