From e624f0d7b8bd8b7624c82ff3a674eb310bedb03e Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 5 Apr 2017 12:09:52 +0200 Subject: [PATCH] Add note about Dynatrace managed URLs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2354098..65d7cda 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,15 @@ In order to use the Dynatrace API, you need an API key for your Dynatrace tenant 5. Enter a description label and submit the request 6. Expand the created key via clicking on the "Edit"-label, copy the token and use it in your Dynatrace API examples +## Using the API with Dynatrace Managed environments + +For Dynatrace Managed environments you need to use an URL with the following structure: + + https:///e//api/v1/ + +e.g. + + https://sample.dynatrace-managed.com/e/12345678-1234-1234-1234-abcdef12/api/v1/ + ## License This module is provided under BSD-3-Clause license. Please check out the details in the LICENSE.txt