Skip to main content

incident_services

Overview

Nameincident_services
TypeResource
Iddatadog.incidents.incident_services

Fields

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

Methods

NameAccessible byRequired ParamsDescription
get_incident_serviceSELECTservice_id, dd_siteGet details of an incident service. If the include[users] query parameter is provided,
the included attribute will contain the users related to these incident services.
list_incident_servicesSELECTdd_siteGet all incident services uploaded for the requesting user's organization. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident services.
create_incident_serviceINSERTdata__data, dd_siteCreates a new incident service.
delete_incident_serviceDELETEservice_id, dd_siteDeletes an existing incident service.
_get_incident_serviceEXECservice_id, dd_siteGet details of an incident service. If the include[users] query parameter is provided,
the included attribute will contain the users related to these incident services.
_list_incident_servicesEXECdd_siteGet all incident services uploaded for the requesting user's organization. If the include[users] query parameter is provided, the included attribute will contain the users related to these incident services.
update_incident_serviceEXECservice_id, data__data, dd_siteUpdates an existing incident service. Only provide the attributes which should be updated as this request is a partial update.