Skip to main content

Datadog/incidents

@webframp/datadog/incidentsv2026.07.20.11· 5d agoMODELS
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.

03Models1
@webframp/datadog/incidentsv2026.07.20.11datadog/incidents.ts

Global Arguments

ArgumentTypeDescription
apiKeystringDatadog API key (DD-API-KEY)
appKeystringDatadog application key (DD-APPLICATION-KEY)
siteenumDatadog site
fn list_incident_impacts(incident_id: string, include?: string)
List an incident's impacts
ArgumentTypeDescription
incident_idstringThe UUID of the incident.
include?stringSpecifies 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
ArgumentTypeDescription
incident_idstringThe UUID of the incident.
include?stringSpecifies which related resources should be included in the response.
descriptionstringDescription of the impact.
end_at?stringTimestamp when the impact ended.
fields?unknown
start_atstringTimestamp when the impact started.
fn delete_incident_impact(incident_id: string, impact_id: string)
Delete an incident impact
ArgumentTypeDescription
incident_idstringThe UUID of the incident.
impact_idstringThe 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