cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Download extension 2.0

henk_stobbe
DynaMight Leader
DynaMight Leader

Hello,

(I thought this was possible in the past?)

You can upload extensions

henk_stobbe_0-1736939195057.png

But is there a way to download extensions?

 

KR Henk

@joe

 

5 REPLIES 5

rastislav_danis
DynaMight Pro
DynaMight Pro

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).

Alanata a.s.

Mike_L
Dynatrace Guru
Dynatrace Guru

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...

Mike

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

MostafaHussein_0-1736949064825.png

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

MostafaHussein_1-1736949352049.png

BR,
Mostafa Hussein.

 

 

Certified Dynatrace Professional | Certified Dynatrace Services - Observability | Certified Dynatrace Services - App Developer
Dynatrace Partner yourcompass.ca

Just a note, you don't need to install wheel, any zip extractor can extract those files (7zip, winrar, etc)

Thanks @david_lopes.

Certified Dynatrace Professional | Certified Dynatrace Services - Observability | Certified Dynatrace Services - App Developer
Dynatrace Partner yourcompass.ca

Featured Posts