Skip to main content
The Datadog node adds Datadog operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Datadog also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Datadog.
You can wire the Datadog node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Datadog under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Dashboards

OperationIDDescriptionTrigger
Create Dashboardcreate_dashboardCreate a dashboard.
Delete Dashboarddelete_dashboardDelete a dashboard.
Get Dashboardget_dashboardFetch a dashboard definition.
List Dashboardslist_dashboardsList all dashboards.
Update Dashboardupdate_dashboardUpdate a dashboard.

Downtimes

OperationIDDescriptionTrigger
Cancel Downtimecancel_downtimeCancel a scheduled downtime.
Create Downtimecreate_downtimeSchedule a monitor downtime.
Get Downtimeget_downtimeGet a downtime by ID.
List Downtimeslist_downtimesList scheduled downtimes.
Update Downtimeupdate_downtimeUpdate an existing downtime.

Events

OperationIDDescriptionTrigger
Get Eventget_eventFetch a single event.
List Eventslist_eventsList events in a time range.
Post Eventpost_eventPost an event to the event stream.
Search Eventssearch_eventsQuery events with a structured filter.

Hosts

OperationIDDescriptionTrigger
Get Host Totalsget_host_totalsGet total active host counts.
List Hostslist_hostsList infrastructure hosts.
Mute Hostmute_hostMute a host to silence its alerts.
Unmute Hostunmute_hostUnmute a host.

Incidents

OperationIDDescriptionTrigger
Create Incidentcreate_incidentOpen an incident.
List Incidentslist_incidentsList incidents.
Update Incidentupdate_incidentUpdate incident fields/state.

Logs

OperationIDDescriptionTrigger
Aggregate Logsaggregate_logsAggregate/group log events.
Search Logssearch_logsSearch log events (v2 query).
Send Logssend_logsSubmit a log entry to the intake.

Metrics

OperationIDDescriptionTrigger
Get Metric Metadataget_metric_metadataFetch metadata for a metric.
List Active Metricslist_metricsList metrics actively reporting since a timestamp.
Query Metrics (Legacy)query_metricsQuery metric points over a time range (legacy v1).
Query Timeseriesquery_timeseriesCross-product timeseries data query (v2).
Submit Metricssubmit_metricsSubmit metric data points (time series).

Monitors

OperationIDDescriptionTrigger
Create Monitorcreate_monitorCreate an alert/metric monitor.
Delete Monitordelete_monitorDelete a monitor.
Get Monitorget_monitorFetch a single monitor’s details.
List Monitorslist_monitorsList all monitors, optionally filtered.
Mute Monitormute_monitorSilence a monitor, optionally scoped and timed.
Search Monitorssearch_monitorsSearch monitors by query string.
Unmute Monitorunmute_monitorRe-enable a muted monitor.
Update Monitorupdate_monitorEdit an existing monitor.

Service checks

OperationIDDescriptionTrigger
Submit Service Checksubmit_service_checkPost a service check run.

SLOs

OperationIDDescriptionTrigger
Create SLOcreate_sloCreate a Service Level Objective.
Delete SLOdelete_sloDelete an SLO.
Get SLOget_sloGet an SLO by ID.
Get SLO Historyget_slo_historyGet SLO performance history.
List SLOslist_slosList all SLOs.
Update SLOupdate_sloUpdate an existing SLO.

Synthetics

OperationIDDescriptionTrigger
Get Synthetic Testget_syntheticsGet a synthetic test configuration.
List Synthetic Testslist_syntheticsList synthetic tests.
Pause/Resume Synthetic Testpause_syntheticsPause or resume a synthetic test.
Trigger Synthetic Teststrigger_syntheticsTrigger one or more synthetic tests to run immediately.

Tags

OperationIDDescriptionTrigger
Add Host Tagsadd_host_tagsAdd tags to a host.
Delete Host Tagsdelete_host_tagsRemove all tags from a host.
Get Host Tagsget_host_tagsGet tags for a specific host.
Update Host Tagsupdate_host_tagsReplace all tags on a host.

Triggers

OperationIDDescriptionTrigger
On New Eventon_new_eventPoll the Events API v2 for new events matching a query (poll-based trigger).Yes