Incident Attachments
API endpoints for incident attachments
Create, list and delete incident attachments.
Incident Attachments allows you to connect resources from external systems into incidents.
Examples include: PagerDuty incidents and GitHub pull requests.
The incident attachment object
Unique identifier of this incident membership
Example:
"01FCNDV6P870EA6S7TK1DSYD5H"
Unique identifier of the incident
Example:
"01FCNDV6P870EA6S7TK1DSYD5H"
Example:
{
"external_id": "123",
"permalink": "https://my.pagerduty.com/incidents/ABC",
"resource_type": "pager_duty_incident",
"title": "The database has gone down"
}