<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Download extension 2.0 in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267522#M5833</link>
    <description>&lt;P&gt;Hi Henk, you have to try it from web (&lt;A href="https://www.dynatrace.com/hub/" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/hub/&lt;/A&gt;) and there it is in release notes (it's not possible from dyna gui).&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2025 13:05:20 GMT</pubDate>
    <dc:creator>rastislav_danis</dc:creator>
    <dc:date>2025-01-15T13:05:20Z</dc:date>
    <item>
      <title>Download extension 2.0</title>
      <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267508#M5832</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;(I thought this was possible in the past?)&lt;/P&gt;&lt;P&gt;You can upload extensions&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="henk_stobbe_0-1736939195057.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25736iB7092D5E5E3E18D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="henk_stobbe_0-1736939195057.png" alt="henk_stobbe_0-1736939195057.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But is there a way to download extensions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7396"&gt;@joe&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 11:08:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267508#M5832</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2025-01-15T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Download extension 2.0</title>
      <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267522#M5833</link>
      <description>&lt;P&gt;Hi Henk, you have to try it from web (&lt;A href="https://www.dynatrace.com/hub/" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/hub/&lt;/A&gt;) and there it is in release notes (it's not possible from dyna gui).&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:05:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267522#M5833</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2025-01-15T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Download extension 2.0</title>
      <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267523#M5834</link>
      <description>&lt;P&gt;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):&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/extensions-20/extensions/get-an-extension" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/extensions-20/extensions/get-an-extension&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:07:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267523#M5834</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2025-01-15T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Download extension 2.0</title>
      <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267531#M5835</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11427"&gt;@henk_stobbe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_0-1736949064825.png" style="width: 590px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25743iED135280392E0B37/image-dimensions/590x317?v=v2" width="590" height="317" role="button" title="MostafaHussein_0-1736949064825.png" alt="MostafaHussein_0-1736949064825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;to decrypt it just install wheel library&lt;/P&gt;&lt;LI-CODE lang="python"&gt;pip install wheel&lt;/LI-CODE&gt;&lt;P&gt;then run this command with the file name as the below code&lt;/P&gt;&lt;LI-CODE lang="python"&gt;wheel unpack .\ibm_mq-3.5.10-py3-none-any.whl&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaHussein_1-1736949352049.png" style="width: 619px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25744iD5E67B59AEC37D4C/image-dimensions/619x401?v=v2" width="619" height="401" role="button" title="MostafaHussein_1-1736949352049.png" alt="MostafaHussein_1-1736949352049.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Mostafa Hussein.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:56:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267531#M5835</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2025-01-15T13:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Download extension 2.0</title>
      <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267710#M5840</link>
      <description>&lt;P&gt;Just a note, you don't need to install wheel, any zip extractor can extract those files (7zip, winrar, etc)&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 00:24:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267710#M5840</guid>
      <dc:creator>david_lopes</dc:creator>
      <dc:date>2025-01-17T00:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Download extension 2.0</title>
      <link>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267813#M5844</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4044"&gt;@david_lopes&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 20:13:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Download-extension-2-0/m-p/267813#M5844</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2025-01-17T20:13:47Z</dc:date>
    </item>
  </channel>
</rss>

