Overview
Add Datadog to any ModuleX agent or workflow. Infrastructure monitoring, log management, and application performance platform via the Datadog REST API (api.{region}/api).
Authentication
Datadog API Keys
Authenticate using your Datadog API key and Application keyStep 1
Step 2
Step 4
Step 5
Required Credentials
Available Actions
get_account_info — Detect the Datadog region for the connected account by validating the API key across all regions
get_account_info — Detect the Datadog region for the connected account by validating the API key across all regions
Response
get_metric_data — Query time-series metric data for analyzing trends and system performance
get_metric_data — Query time-series metric data for analyzing trends and system performance
Parameters
Response
post_metric_data — Post custom time-series metric data points to Datadog
post_metric_data — Post custom time-series metric data points to Datadog
Parameters
Response
search_dashboards — List and search Datadog dashboards with their IDs, titles, and URLs
search_dashboards — List and search Datadog dashboards with their IDs, titles, and URLs
search_events — Search Datadog events including monitor state changes, deployment markers, and error spikes
search_events — Search Datadog events including monitor state changes, deployment markers, and error spikes
Parameters
Response
search_hosts — Search monitored infrastructure hosts with filtering by tag, name, or partial match
search_hosts — Search monitored infrastructure hosts with filtering by tag, name, or partial match
Parameters
Response
search_incidents — Search Datadog incidents by state, severity, and metadata
search_incidents — Search Datadog incidents by state, severity, and metadata
Parameters
Response
search_logs — Search Datadog logs matching a query with support for facets and time ranges
search_logs — Search Datadog logs matching a query with support for facets and time ranges
Parameters
*)Response
search_metrics — List available Datadog metric names, optionally filtered by host
search_metrics — List available Datadog metric names, optionally filtered by host
search_monitors — Search Datadog monitors (alerting rules) including status, thresholds, and conditions
search_monitors — Search Datadog monitors (alerting rules) including status, thresholds, and conditions
Parameters
Response
search_services — List services from Datadog Service Catalog with ownership, metadata, and team info
search_services — List services from Datadog Service Catalog with ownership, metadata, and team info
Limits & Quotas
- Rate limits: Datadog enforces per-endpoint rate limits; default is 300 requests/minute for most endpoints, 60/min for logs search, and 120/hour for metric submission.
- Pagination: Most list endpoints support pagination via
count/startorpage/page_sizeparameters. - Regions: The API base URL varies by account region. Use
get_account_infoto auto-detect the correct region before calling other tools. - Error model: Non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.