pagerduty_services
Details about PagerDuty services
-
id
Primary key - Unique identifier of the row
-
source_id
Foreign key - Identifier of the service in PagerDuty
-
name
string - Name of the service
-
status
string - The current state of the service. Allowed values: 'active', 'warning', 'critical', 'maintenance', 'disabled'
-
source_url
string - URL of the service
-
created
date - Timestamp of when the service was created in PagerDuty
-
last_incident_timestamp
date - Most recent incident timestamp
-
api_accessible
boolean - Service api_accessible or not