--- title: 'Dynatrace' description: 'Monitor entities, query metrics, and manage problems and SLOs with the Dynatrace API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Dynatrace** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /entities](./get_entities_monitoring_listentities) | List monitored entities | | [GET /entities/{entityId}](./get_entities_entityid_monitoring_getentity) | Get entity details | | [GET /metrics/query](./get_metrics_query_monitoring_querymetrics) | Query metric data | | [GET /metrics](./get_metrics_monitoring_listmetrics) | List available metrics | | [GET /problems](./get_problems_monitoring_listproblems) | List detected problems | | [GET /problems/{problemId}](./get_problems_problemid_monitoring_getproblem) | Get problem details | | [GET /slo](./get_slo_monitoring_listslos) | List SLOs | | [GET /events](./get_events_monitoring_listevents) | List events | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.