Datadog ​
Monitor infrastructure, query metrics, and manage alerts with Datadog.
| Detail | Value |
|---|---|
| Category | Dev Tools |
| Base URL | https://api.datadoghq.com |
| Authentication | API Key |
| Endpoints | 6 |
| Connector key | datadog |
Using Datadog in a workflow ​
- Go to Connections and click New Connection.
- Pick Datadog from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /query | Query time series metrics |
| POST /series | Submit metrics |
| GET /monitor | List all monitors |
| POST /monitor | Create a monitor |
| POST /events | Post an event |
| GET /dashboard | List all dashboards |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.