Datadog · Arazzo Workflow
Datadog Create a Monitor
Version 1.0.0
Create a Datadog monitor, read it back, and validate the configuration.
Provider
Workflows
create-monitor
Validate, create, and read back a Datadog monitor.
Validates a monitor configuration, creates the monitor, and then fetches it by the returned ID to confirm it was persisted correctly.
1
validateConfig
validateMonitor
Validate the monitor configuration without creating it to surface any query or option errors before persisting the monitor.
2
createMonitor
createMonitor
Create the monitor with the validated configuration. Datadog returns the full monitor including its newly assigned numeric ID.
3
readBackMonitor
getMonitor
Read the created monitor back by its ID to confirm the query, message, and thresholds were stored as intended.