Did somebody do a silent update on the dynatrace server. One of our customers asked for silent update 6.2.2-->6.2.3 because the used citirx environment has strict HDD limitations so no chance to download the "dynaTrace-6.2.3.1048.dtf" localy.
Answer by Alain V. ·
The REST API is quite useful for this purpose, using the "curl" command from a Linux Shell:
curl -u admin:password -X POST -F"file=@dynaTrace-6.2.3.1048.dtf" https://localhost:8021/rest/management/installjob
Restart the Server and the Upgrade is available in the Client on "Tools" --> "Manage Updates"
Documentation: https://community.dynatrace.com/community/pages/v...
JANUARY 15, 3:00 PM GMT / 10:00 AM ET