Skip to main content

incidents

Overview

Nameincidents
TypeResource
Iddatadog.incidents.incidents

Fields

NameDatatypeDescription
idstringThe incident's ID.
attributesobjectThe incident's attributes from a response.
relationshipsobjectThe incident's relationships from a response.
typestringIncident resource type.

Methods

NameAccessible byRequired ParamsDescription
get_incidentSELECTincident_id, dd_siteGet the details of an incident by incident_id.
list_incidentsSELECTdd_siteGet all incidents for the user's organization.
search_incidentsSELECTquery, dd_siteSearch for incidents matching a certain query.
create_incidentINSERTdata__data, dd_siteCreate an incident.
delete_incidentDELETEincident_id, dd_siteDeletes an existing incident from the users organization.
_get_incidentEXECincident_id, dd_siteGet the details of an incident by incident_id.
_list_incidentsEXECdd_siteGet all incidents for the user's organization.
_search_incidentsEXECquery, dd_siteSearch for incidents matching a certain query.
update_incidentEXECincident_id, data__data, dd_siteUpdates an incident. Provide only the attributes that should be updated as this request is a partial update.