Authentication

This provider requires authentication.

  • environment_id: Dynatrace’s environment ID (required: True, sensitive: False)
  • api_token: Dynatrace’s API token (required: True, sensitive: True)
  • alerting_profile: Dynatrace’s alerting profile for the webhook integration. Defaults to ‘Default’ (required: False, sensitive: False)

Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:

  • problems.read: Read access to Dynatrace problems (mandatory)
  • settings.read: Read access to Dynatrace settings [for webhook installation]
  • settings.write: Write access to Dynatrace settings [for webhook installation]

In workflows

This provider can’t be used as a “step” or “action” in workflows. If you want to use it, please let us know by creating an issue in the GitHub repository.

Connecting with the Provider

  1. Log in to your Dynatrace account and navigate to “Settings” → “Integration” → “Dynatrace API.”
  2. Generate an API token with appropriate permissions (e.g., Read metrics).
  3. Get your environment’s Dynatrace URL.
  4. Configure the Dynatrace provider using the API token and Dynatrace URL.

-Dynatrace API Documentation