incidents
Manage incident response workflows: list, search, create, update, and delete records to track MTTR, conduct postmortems, and improve on-call response.
Instructions
Manage Datadog incidents for incident response. Actions: list, get, search, create, update, delete. Use for: incident management, on-call response, postmortems, tracking MTTR/MTTD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| id | No | Incident ID (required for get/update/delete) | |
| query | No | Search query (for search action) | |
| status | No | Filter by status (for list) | |
| limit | No | Maximum number of incidents to return (default: 50) | |
| config | No | Incident configuration (for create/update). Create requires: title. Update can modify: title, status, severity, fields. |