firehydrant_incidents
Details of incidents in Firehydrant.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Firehydrant ID of the incident.
-
name
string - Name of the incident.
-
status
string - Status of the incident.
-
severity
string - Severity of the incident.
-
priority
string - priority of the incident.
-
description
string - description of the incident.
-
summary
string - summary of the incident.
-
customer_impact
boolean - True if customers were impacted.
-
started_at
date - Timestamp when the incident started.
-
resolved_at
date - Timestamp when the incident was resolved.
-
acknowledged_at
date - Timestamp when the incident was acknowledged.
-
created_at
date - Timestamp when the incident was created.