Dynatrace ​
Monitor entities, query metrics, and manage problems and SLOs with the Dynatrace API.
| Detail | Value |
|---|---|
| Category | Monitoring |
| Base URL | https://{environment-id}.live.dynatrace.com/api/v2 |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | dynatrace |
Using Dynatrace in a workflow ​
- Go to Connections and click New Connection.
- Pick Dynatrace 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 /entities | List monitored entities |
| GET /entities/{entityId} | Get entity details |
| GET /metrics/query | Query metric data |
| GET /metrics | List available metrics |
| GET /problems | List detected problems |
| GET /problems/{problemId} | Get problem details |
| GET /slo | List SLOs |
| GET /events | List events |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.