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
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Dashboard | create_dashboard | Create a dashboard. | |
| Delete Dashboard | delete_dashboard | Delete a dashboard. | |
| Get Dashboard | get_dashboard | Fetch a dashboard definition. | |
| List Dashboards | list_dashboards | List all dashboards. | |
| Update Dashboard | update_dashboard | Update a dashboard. |
Downtimes
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Cancel Downtime | cancel_downtime | Cancel a scheduled downtime. | |
| Create Downtime | create_downtime | Schedule a monitor downtime. | |
| Get Downtime | get_downtime | Get a downtime by ID. | |
| List Downtimes | list_downtimes | List scheduled downtimes. | |
| Update Downtime | update_downtime | Update an existing downtime. |
Events
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Event | get_event | Fetch a single event. | |
| List Events | list_events | List events in a time range. | |
| Post Event | post_event | Post an event to the event stream. | |
| Search Events | search_events | Query events with a structured filter. |
Hosts
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Host Totals | get_host_totals | Get total active host counts. | |
| List Hosts | list_hosts | List infrastructure hosts. | |
| Mute Host | mute_host | Mute a host to silence its alerts. | |
| Unmute Host | unmute_host | Unmute a host. |
Incidents
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Incident | create_incident | Open an incident. | |
| List Incidents | list_incidents | List incidents. | |
| Update Incident | update_incident | Update incident fields/state. |
Logs
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Aggregate Logs | aggregate_logs | Aggregate/group log events. | |
| Search Logs | search_logs | Search log events (v2 query). | |
| Send Logs | send_logs | Submit a log entry to the intake. |
Metrics
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Metric Metadata | get_metric_metadata | Fetch metadata for a metric. | |
| List Active Metrics | list_metrics | List metrics actively reporting since a timestamp. | |
| Query Metrics (Legacy) | query_metrics | Query metric points over a time range (legacy v1). | |
| Query Timeseries | query_timeseries | Cross-product timeseries data query (v2). | |
| Submit Metrics | submit_metrics | Submit metric data points (time series). |
Monitors
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Monitor | create_monitor | Create an alert/metric monitor. | |
| Delete Monitor | delete_monitor | Delete a monitor. | |
| Get Monitor | get_monitor | Fetch a single monitor’s details. | |
| List Monitors | list_monitors | List all monitors, optionally filtered. | |
| Mute Monitor | mute_monitor | Silence a monitor, optionally scoped and timed. | |
| Search Monitors | search_monitors | Search monitors by query string. | |
| Unmute Monitor | unmute_monitor | Re-enable a muted monitor. | |
| Update Monitor | update_monitor | Edit an existing monitor. |
Service checks
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Submit Service Check | submit_service_check | Post a service check run. |
SLOs
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create SLO | create_slo | Create a Service Level Objective. | |
| Delete SLO | delete_slo | Delete an SLO. | |
| Get SLO | get_slo | Get an SLO by ID. | |
| Get SLO History | get_slo_history | Get SLO performance history. | |
| List SLOs | list_slos | List all SLOs. | |
| Update SLO | update_slo | Update an existing SLO. |
Synthetics
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Synthetic Test | get_synthetics | Get a synthetic test configuration. | |
| List Synthetic Tests | list_synthetics | List synthetic tests. | |
| Pause/Resume Synthetic Test | pause_synthetics | Pause or resume a synthetic test. | |
| Trigger Synthetic Tests | trigger_synthetics | Trigger one or more synthetic tests to run immediately. |
Tags
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Add Host Tags | add_host_tags | Add tags to a host. | |
| Delete Host Tags | delete_host_tags | Remove all tags from a host. | |
| Get Host Tags | get_host_tags | Get tags for a specific host. | |
| Update Host Tags | update_host_tags | Replace all tags on a host. |
Triggers
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On New Event | on_new_event | Poll the Events API v2 for new events matching a query (poll-based trigger). | Yes |