Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Add note about Dynatrace managed URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Apr 5, 2017
1 parent f29f0a8 commit e624f0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<hostname>/e/<tenant-id>/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

0 comments on commit e624f0d

Please sign in to comment.