1. Help
  2. Integrations
  3. iPaaS
  4. connector-documentation
  5. Datadog Connector

purple icon for coordination.
We’ve moved!
Our Help Center has a new home and our URLs have changed. Please update your bookmark to this page before April 30, 2026

Datadog Connector

Retrieve host infrastructure data for CMDB synchronization into Xurrent as Configuration Items.

🔌 Datadog Connector

This connector enables integration with Datadog to manage host inventory and infrastructure monitoring.

⚡ Actions

Fetch Hosts

Retrieves all hosts from Datadog with pagination support using the Hosts API (v1).

📥 Input Parameters

  • page_size (Integer, No): Number of hosts per page, ranging from 1 to 1000 (Default: 100).
  • from (Integer, No): Epoch seconds to filter hosts reporting since this time for incremental sync.
  • filter (String, No): String used to filter search results.
  • include_hosts_metadata (Boolean, No): Option to include additional metadata such as platform and processor details.

📤 Output

  • host_list (Array[Object]): List of host objects containing details like host_name, apps, and metrics.
  • has_next_page (Boolean): Indicates if more pages of results are available.
  • total_matching (Integer): Total number of matching hosts found.

📌 Use Cases

  • CMDB synchronization between Datadog and Xurrent.
  • Host inventory management and asset tracking.
  • Configuration item discovery and infrastructure monitoring.

⚠️ Notes

  • Authentication: Requires a Datadog API Key with hosts_read permission and an Application Key.
  • Rate Limiting: Automatically handles rate limits by respecting the X-RateLimit-Reset header.
  • Incremental Sync: It is recommended to use last_reported_time to track incremental synchronization states.