Hello Accidentally I deployed all my servers at full stack, and i wanted to configure all them in Infra Only mode at once, because i have a 400 hundred deployed!!!
Solved! Go to Solution.
Hi Walter,
Use shell/powershell script to execute the "oneagentctl" command on remote servers.
yes im trying to run a script with .\oneagentctl.exe --set-infra-only=true, its only thing i know, but wanted to try from Dynatrace API.
Hello @Walter2
I did not try by myself but you can give it a try. Have a look at the below link for the configuredMonitoringMode
https://www.dynatrace.com/support/help/dynatrace-api/environment-api/oneagent-on-host
Regards,
Babar
I´ll see it, thank you!!!
The way to do what you want is using the Settings Objects API
Thank you!!!