Skip to main content

incident_teams

Overview

Nameincident_teams
TypeResource
Iddatadog.incidents.incident_teams

Fields

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

Methods

NameAccessible byRequired ParamsDescription
get_incident_teamSELECTteam_id, dd_siteGet details of an incident team. If the include[users] query parameter is provided,
the included attribute will contain the users related to these incident teams.
list_incident_teamsSELECTdd_siteGet all incident teams 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 teams.
create_incident_teamINSERTdata__data, dd_siteCreates a new incident team.
delete_incident_teamDELETEteam_id, dd_siteDeletes an existing incident team.
_get_incident_teamEXECteam_id, dd_siteGet details of an incident team. If the include[users] query parameter is provided,
the included attribute will contain the users related to these incident teams.
_list_incident_teamsEXECdd_siteGet all incident teams 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 teams.
update_incident_teamEXECteam_id, data__data, dd_siteUpdates an existing incident team. Only provide the attributes which should be updated as this request is a partial update.