Skip to main content

incident_todos

Overview

Nameincident_todos
TypeResource
Iddatadog.incidents.incident_todos

Fields

NameDatatypeDescription
idstringThe incident todo's ID.
attributesobjectIncident todo's attributes.
relationshipsobjectThe incident's relationships from a response.
typestringTodo resource type.

Methods

NameAccessible byRequired ParamsDescription
get_incident_todoSELECTincident_id, todo_id, dd_siteGet incident todo details.
list_incident_todosSELECTincident_id, dd_siteGet all todos for an incident.
create_incident_todoINSERTincident_id, data__data, dd_siteCreate an incident todo.
delete_incident_todoDELETEincident_id, todo_id, dd_siteDelete an incident todo.
_get_incident_todoEXECincident_id, todo_id, dd_siteGet incident todo details.
_list_incident_todosEXECincident_id, dd_siteGet all todos for an incident.
update_incident_todoEXECincident_id, todo_id, data__data, dd_siteUpdate an incident todo.