Hello,
is it possible to download the java agent without using login and password?
Hi Kay Koedel,
https://download.appdynamics.com/ or even downloading agent via Controller UI needs you to login in both cases.
You could signup for https://download.appdynamics.com/ in the link.
Regards,
Saradhi
How can I automate the download of an agent in a simple bash script?
(I want to set up a pipeline which would create a docker image containing your latest agent).
I tried the following without success:
curl -u "<email>:<password>" -O <agentPackageUrl>
Thanks