Datadog · Arazzo Workflow
Datadog Resolve an Incident
Version 1.0.0
Retrieve an incident then update its state to resolved.
Provider
Workflows
resolve-incident
Get an incident then update its state to resolved.
Fetches the incident by id to confirm it exists, then patches its state to resolved to mark the incident closed.
1
getIncident
getIncident
Retrieve the incident details by id to confirm it exists and capture its current state before resolving.
2
resolveIncident
updateIncident
Update the incident state to resolved, which records the resolution time and marks the incident closed.
Source API Descriptions
openapi