<?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: How can I upload multiple JMX plugins with a single curl command? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116435#M1879</link>
    <description>&lt;P&gt;You will have to rewrite your scripts to do the requests in parallel. You can issue multiple requests in parallel.&lt;BR /&gt;&lt;BR /&gt;I'd recommend to read this blog post to get inspired:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/news/blog/managing-the-dynatrace-api-across-multiple-thousand-environments/"&gt;https://www.dynatrace.com/news/blog/managing-the-dynatrace-api-across-multiple-thousand-environments/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 05:55:31 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2020-09-02T05:55:31Z</dc:date>
    <item>
      <title>How can I upload multiple JMX plugins with a single curl command?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116432#M1876</link>
      <description>&lt;P style="margin: 0px 0px 10px; color: #000000;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0px 0px 10px; color: #000000;"&gt;Is it possible to upload multiple JMX ZIPs for an environment using a single curl command? If yes, what is the format? I tried&lt;/P&gt;
&lt;PRE&gt;-F "file=@custom.caches.zip;type=application/zip" -F "file=@custom.OSFileDescriptors.zip;type=application/zip"&lt;/PRE&gt;
&lt;P style="margin: 0px 0px 10px; color: #000000;"&gt;Does not work. Also tried&lt;/P&gt;
&lt;PRE&gt;-F "file=@custom.caches.zip,custom.OSFileDescriptors.zip;type=application/zip"&lt;/PRE&gt;
&lt;P style="margin: 0px 0px 10px; color: #000000;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0px 0px 10px; color: #000000;"&gt;Does not work either.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 15:50:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116432#M1876</guid>
      <dc:creator>irakli_natsvlis</dc:creator>
      <dc:date>2021-12-16T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload multiple JMX plugins with a single curl command?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116433#M1877</link>
      <description>&lt;P&gt;As far as I know there is no way to upload multiple plugins in a single request. You have to upload each plugin definition in a separate request.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 19:19:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116433#M1877</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-09-01T19:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload multiple JMX plugins with a single curl command?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116434#M1878</link>
      <description>&lt;P&gt;OK.&lt;BR /&gt;&lt;BR /&gt;Here is the question - how can I speed up the upload/remediation?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have a list of 10 plugins. And I have a list of 700 tenants missing these plugins. Calling API 7000 times takes 3 hours. Yes, my script has measured it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I need to do it in less than 10 minutes. How can I do it?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 02:51:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116434#M1878</guid>
      <dc:creator>irakli_natsvlis</dc:creator>
      <dc:date>2020-09-02T02:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload multiple JMX plugins with a single curl command?</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116435#M1879</link>
      <description>&lt;P&gt;You will have to rewrite your scripts to do the requests in parallel. You can issue multiple requests in parallel.&lt;BR /&gt;&lt;BR /&gt;I'd recommend to read this blog post to get inspired:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/news/blog/managing-the-dynatrace-api-across-multiple-thousand-environments/"&gt;https://www.dynatrace.com/news/blog/managing-the-dynatrace-api-across-multiple-thousand-environments/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 05:55:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-can-I-upload-multiple-JMX-plugins-with-a-single-curl-command/m-p/116435#M1879</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-09-02T05:55:31Z</dc:date>
    </item>
  </channel>
</rss>

