22 Sep 2017 11:15 AM - last edited on 05 Jul 2021 03:47 PM by MaciejNeumann
Do we have the following two capabilities:
eg. https://TENANT.live.dynatrace.com/api/v1/agent/versions
2. Download a specific agent version?
https://TENANT.live.dynatrace.com/api/v1/agent/version/1.123.100
Solved! Go to Solution.
22 Sep 2017 11:53 AM
Hi Adam, We are a bit of a special case but we don't in our version. Great Idea though.
25 Sep 2017 08:22 AM
Hi Adam, we have considered this, but we actually wanted to avoid having customers hard code agent version numbers in their automation scripts. For less sophisticated customers that may lead to difficulty in upgrading agents, and old agents might be around unnecessarily long.
So instead we have the possibility to define a standard agent version like so: https://www.dynatrace.com/blog/define-default-vers...
This also gives you full control over what agent version should be used, but it also ensures that the version can be defined in the Dynatrace UI without having to modify any scripts.
Additionally we will provide an API to read and set this standard version. Let me know if that works for you scenario.
11 Apr 2018 10:50 AM
Hello,
I have simmular case. I wanted to check old application with out of date PHP version on Dynatrace Trial. I need One Agent 1.135, but unfortunately the only version available is 1.139. Is there any chance to install older one?