Skip to main content

incident_attachments

Overview

Nameincident_attachments
TypeResource
Iddatadog.incidents.incident_attachments

Fields

NameDatatypeDescription
idstringA unique identifier that represents the incident attachment.
attributes``The attributes object for an attachment.
relationshipsobjectThe incident attachment's relationships.
typestringThe incident attachment resource type.

Methods

NameAccessible byRequired ParamsDescription
list_incident_attachmentsSELECTincident_id, dd_siteGet all attachments for a given incident.
_list_incident_attachmentsEXECincident_id, dd_siteGet all attachments for a given incident.
update_incident_attachmentsEXECincident_id, data__data, dd_siteThe bulk update endpoint for creating, updating, and deleting attachments for a given incident.