• Home
  • Get started
  • What is a monitoring environment?
  • Environment ID

Environment ID

All external access to your Dynatrace monitoring environment relies on two credential types: an environment ID and an access token.

Each environment that you monitor with Dynatrace is identified with a unique character string—the environment ID. The Dynatrace API relies heavily on environment IDs to ensure that it pulls monitoring data from and pushes relevant external events to the correct Dynatrace environments.

  • In Dynatrace SaaS, your environment ID is the first part of your Dynatrace environment's URL:
    plaintext
    https://{your-environment-id}.live.dynatrace.com/

For example, for the Dynatrace environment https://abc123a.dynatrace.com, the environment ID is abc123a.

You can also find your environment ID on your Dynatrace account page along with your licensing details. To find this page, go to the User menu in the upper-right corner and select Account settings.

  • In Dynatrace Managed and in Dynatrace for Government, your environment ID is the string after /e/ in your Dynatrace environment URL:
    plaintext
    https://{your-domain}/e/{your-environment-id}/

For example, for the URL address https://managed-cluster/e/abc123a, the environment ID is abc123a.

Related topics
  • Dynatrace API - Tokens and authentication

    Find out how to get authenticated to use the Dynatrace API.