Datadog · Arazzo Workflow
Datadog Create an Incident
Version 1.0.0
Declare an incident, read it back, then list incidents.
Provider
Workflows
create-incident
Declare a Datadog incident, get it, then list incidents.
Creates an incident with the supplied title and customer-impact flag, reads it back by id, and lists incidents in the organization.
1
createIncident
CreateIncident
Declare an incident with the supplied title and customer-impact flag.
2
getIncident
GetIncident
Fetch the created incident by id to confirm it exists.
3
listIncidents
ListIncidents
List incidents in the organization so the new incident can be located.