incident_io_client.models.incident_attachment_v1
IncidentAttachmentV1
Example
{'id': '01FCNDV6P870EA6S7TK1DSYD5H', 'incident_id': '01FCNDV6P870EA6S7TK1DSYD5H', 'resource': {'external_id': '123', 'permalink': 'https://my.pagerduty.com/incidents/ABC', 'resource_type': 'pager_duty_incident', 'title': 'The database has gone down'}}
Attributes:
Name | Type | Description |
---|---|---|
id |
str
|
Unique identifier of this incident membership Example: 01FCNDV6P870EA6S7TK1DSYD5H. |
incident_id |
str
|
Unique identifier of the incident Example: 01FCNDV6P870EA6S7TK1DSYD5H. |
resource |
ExternalResourceV1
|
Example: {'external_id': '123', 'permalink': 'https://my.pagerduty.com/incidents/ABC', 'resource_type': 'pager_duty_incident', 'title': 'The database has gone down'}. |