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.
I guess that will help you
https://help.dynatrace.com/get-started/introduction/why-do-i-need-an-access-token-and-an-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,