12 Oct 2017 11:21 PM
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.
13 Oct 2017 02:24 AM - last edited on 14 Feb 2023 11:38 AM by Karolina_Linda
I guess that will help you: https://www.dynatrace.com/support/help/get-started/monitoring-environment/environment-id
13 Oct 2017 07:50 AM
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.
13 Oct 2017 08:05 AM
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.
14 Dec 2017 08:39 AM
Hello,
How to get this TENANT_TOKEN used by oneagent installation script in an automatic way ?
Regards,