Datadog/incidents
@webframp/datadog/incidentsv2026.07.20.11
01README
Datadog Incidents — incident lifecycle, timelines, teams, and attachments
02Release Notes
2026.07.20.11
Added: Initial code-generated release of @webframp/datadog/incidents with 3 methods covering the Datadog incidents API surface.
03Models
@webframp/datadog/incidentsv2026.07.20.11datadog/incidents.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey | string | Datadog API key (DD-API-KEY) |
| appKey | string | Datadog application key (DD-APPLICATION-KEY) |
| site | enum | Datadog site |
fn list_incident_impacts(incident_id: string, include?: string)
List an incident's impacts
| Argument | Type | Description |
|---|---|---|
| incident_id | string | The UUID of the incident. |
| include? | string | Specifies which related resources should be included in the response. |
fn create_incident_impact(incident_id: string, include?: string, description: string, end_at?: string, fields?: unknown, start_at: string)
Create an incident impact
| Argument | Type | Description |
|---|---|---|
| incident_id | string | The UUID of the incident. |
| include? | string | Specifies which related resources should be included in the response. |
| description | string | Description of the impact. |
| end_at? | string | Timestamp when the impact ended. |
| fields? | unknown | |
| start_at | string | Timestamp when the impact started. |
fn delete_incident_impact(incident_id: string, impact_id: string)
Delete an incident impact
| Argument | Type | Description |
|---|---|---|
| incident_id | string | The UUID of the incident. |
| impact_id | string | The UUID of the incident impact. |
Resources
incident_impacts(infinite)— List an incident's impacts
incident_impact(infinite)— Create an incident impact
04Stats
A
100 / 100
Downloads
0
Archive size
10.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels