Getting Started#
Dynatrace Environment#
You must have access to a Dynatrace SaaS environment. Sign up here
Save the Dynatrace environment ID and environment
- The ID is the first portion of the URL. (eg.
acb12345
fromhttps://abc12345.live.dynatrace.com
) - Your environment is probably
live
but could also besprint
ordev
Create API Token#
API Token Permissions
In this demo, you will only create an auto-tag rule,
therefore the only permissions you require are settings.read
and settings.write
However, if you want to create additional configuration, your API tokens will differ and you may need an OAuth client.
If you choose to extend this tutorial, refer to the Terraform documentation to understand exactly which permissions you require.
In Dynatrace:
- Press
ctrl + k
. Search foraccess tokens
. - Create a new access token with the following permissions:
settings.read
settings.write
metrics.ingest
Token used by Crossplane
Crossplane will use this API token to push and pull data from your Dynatrace environment.
Start Demo#
Click this button to open the demo environment. This will open in a new tab.
Use your repository
In the repository dropdown
be sure to use yourUsername/demo-crossplane
Price
GitHub includes a generous free tier. If you follow the cleanup instructions to delete your codespace once done, you will not be charged.
- Select your repository from the repository dropdown box.
- Fill in the form with the details you've already gathered.
- Click
Create codespace
- Proceed to the next documentation step with the link below.