incident_attachments
Overview
Name | incident_attachments |
Type | Resource |
Id | datadog.incidents.incident_attachments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | A unique identifier that represents the incident attachment. |
attributes | `` | The attributes object for an attachment. |
relationships | object | The incident attachment's relationships. |
type | string | The incident attachment resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_incident_attachments | SELECT | incident_id, dd_site | Get all attachments for a given incident. |
_list_incident_attachments | EXEC | incident_id, dd_site | Get all attachments for a given incident. |
update_incident_attachments | EXEC | incident_id, data__data, dd_site | The bulk update endpoint for creating, updating, and deleting attachments for a given incident. |