15 Jan 2025 11:08 AM
Hello,
(I thought this was possible in the past?)
You can upload extensions
But is there a way to download extensions?
KR Henk
Solved! Go to Solution.
15 Jan 2025 01:03 PM - edited 15 Jan 2025 01:05 PM
Hi Henk, you have to try it from web (https://www.dynatrace.com/hub/) and there it is in release notes (it's not possible from dyna gui).
15 Jan 2025 01:07 PM
On top of grabbing it from the public hub, you can also download them using the API (you need to set a specific Accept header): https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/extensio...
15 Jan 2025 01:56 PM
hi @henk_stobbe ,
after download the extension extract it then extract extension.zip then navigate to extension/lib/ directory you'll find .whl file named with the same name of the extension like the below figure
to decrypt it just install wheel library
pip install wheel
then run this command with the file name as the below code
wheel unpack .\ibm_mq-3.5.10-py3-none-any.whl
BR,
Mostafa Hussein.
17 Jan 2025 12:24 AM
Just a note, you don't need to install wheel, any zip extractor can extract those files (7zip, winrar, etc)
17 Jan 2025 08:13 PM
Thanks @david_lopes.