We need to automate the roll out of OneAgent and want to parametrize the installation process with TENANT and TENANT_TOKEN (as per documentation).
Where can we find these tokens on the Managed Server UI, or even better get it via a API query from the Managed Server?
Solved! Go to Solution.
12 Oct 2017
06:24 PM
- last edited on
14 Feb 2023
03:38 AM
by
Karolina_Linda
I guess that will help you: https://www.dynatrace.com/support/help/get-started/monitoring-environment/environment-id
Wondering why the community search did not reveal this.
Nevertheless getting the ID and TOKEN via a rest call would be helpful, or if you don't want to go the way of manually getting the installation parameters and copying the tokens from there.
Ideally I want to call the server management API, search for environments (tenants by name) and then get the tokens from there.
Well token is rather something static that you pre-configure to use it in your automation scripts. TENANT_ID for all environments probably could be retrieved automatically if that helps you.
Hello,
How to get this TENANT_TOKEN used by oneagent installation script in an automatic way ?
Regards,