Skip to content

Dynatrace ​

Monitor entities, query metrics, and manage problems and SLOs with the Dynatrace API.

DetailValue
CategoryMonitoring
Base URLhttps://{environment-id}.live.dynatrace.com/api/v2
AuthenticationAPI Key
Endpoints8
Connector keydynatrace

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 ​

EndpointSummary
GET /entitiesList monitored entities
GET /entities/{entityId}Get entity details
GET /metrics/queryQuery metric data
GET /metricsList available metrics
GET /problemsList detected problems
GET /problems/{problemId}Get problem details
GET /sloList SLOs
GET /eventsList events

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.