Concepts
Concepts used in PagerDuty BDK Book.
Pagerduty incident creation payload
Payload for creating an incident
title
The title of the incident.
text
service
The service the incident is associated with.
``
type
The type of the incident.
text
urgency
The urgency of the incident.
optional[text]
incident_key
The incident key.
optional[text]
incident_type_name
The incident type name.
optional[text]
Priority
A reference to a PagerDuty priority.
id
None
text
type
None
text
summary
None
optional[text]
self_url
None
optional[text]
html_url
None
optional[text]
Body
A PagerDuty incident body.
type
None
text
details
None
optional[any?]
Assignments
A PagerDuty assignment.
at
None
optional[text]
Escalation_policy
A reference to a PagerDuty escalation policy.
id
None
text
type
None
text
summary
None
optional[text]
self_url
None
optional[text]
html_url
None
optional[text]
Conference_bridge
A PagerDuty conference bridge.
conference_number
None
optional[text]
conference_url
None
optional[text]
Pagerduty incident
A PagerDuty incident.
id
The ID of the incident.
text
type
The type of the incident.
text
summary
The summary of the incident.
optional[text]
self_url
The self URL of the incident.
optional[text]
html_url
The HTML URL of the incident.
optional[text]
incident_number
The incident number.
optional[number]
title
The title of the incident.
optional[text]
created_at
The creation time of the incident.
optional[text]
updated_at
The last update time of the incident.
optional[text]
status
The status of the incident.
optional[text]
incident_key
The incident key.
optional[text]
assigned_via
The assigned via of the incident.
optional[text]
last_status_change_at
The last status change time of the incident.
optional[text]
resolved_at
The resolution time of the incident.
optional[text]
The first trigger log entry of the incident.
optional[first_trigger_log_entry]
is_mergeable
Whether the incident is mergeable.
optional[boolean]
urgency
The urgency of the incident.
optional[text]
Service
A reference to a PagerDuty service.
id
None
text
type
None
text
summary
None
optional[text]
self_url
None
optional[text]
html_url
None
optional[text]
First_trigger_log_entry
A reference to a PagerDuty log entry.
id
None
text
type
None
text
summary
None
optional[text]
self_url
None
optional[text]
html_url
None
optional[text]
Alert_counts
A PagerDuty alert count.
triggered
None
optional[number]
resolved
None
optional[number]
all
None
optional[number]
Incident_type
A PagerDuty incident type detail.
name
None
optional[text]
Teams
A reference to a PagerDuty team.
id
None
text
type
None
text
summary
None
optional[text]
self_url
None
optional[text]
html_url
None
optional[text]
Pending_actions
A PagerDuty incident action.
type
None
text
at
None
text
to
None
optional[text]
Acknowledgements
A PagerDuty acknowledgement.
at
None
optional[text]
Last_status_change_by
Base reference for PagerDuty entities.
id
None
text
type
None
text
summary
None
optional[text]
self_url
None
optional[text]
html_url
None
optional[text]
Pagerduty incident update payload
Payload for updating an incident (subset of fields)
status
The status of the incident.
optional[text]
resolution
The resolution of the incident.
optional[text]
title
The title of the incident.
optional[text]
escalation_level
The escalation level of the incident.
optional[number]
incident_type_name
The incident type name.
optional[text]
urgency
The urgency of the incident.
optional[text]
Last updated
Was this helpful?