<?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: DeploymentClient from Classic Environment V1 in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/204783#M163</link>
    <description>&lt;P&gt;Hi Lucas,&lt;/P&gt;
&lt;P&gt;We are looking into the issue. I was able to reproduce it. We will keep you posted.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 17:02:16 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-02-14T17:02:16Z</dc:date>
    <item>
      <title>DeploymentClient from Classic Environment V1</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/204777#M162</link>
      <description>&lt;P&gt;I'm a bit confused on how to use the &lt;STRONG&gt;DeploymentClient&lt;/STRONG&gt; documented here:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/reference/sdks/client-classic-environment-v1/#deploymentclient" target="_blank" rel="noopener"&gt;https://developer.dynatrace.com/reference/sdks/client-classic-environment-v1/#deploymentclient&lt;/A&gt;. It returns a promise of type void. Where does the actual download go? How do I access it?&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;  onClick&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;() &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;    const&lt;/SPAN&gt; &lt;SPAN&gt;agentPromise&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;deploymentClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;downloadLatestAgentInstaller&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;      osType&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;DownloadLatestAgentInstallerPathOsType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Unix&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;      installerType&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;DownloadLatestAgentInstallerPathInstallerType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Default&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;    });&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;  agentPromise&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;val&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;    debugger&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;    console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"client:"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;val&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;   });&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;I can see in dev-tools that a network request was indeed initiated for /latest and it was a 200 ok, but the request is still in a pending status. What am I missing?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 May 2023 13:27:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/204777#M162</guid>
      <dc:creator>lucas_hocker</dc:creator>
      <dc:date>2023-05-02T13:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: DeploymentClient from Classic Environment V1</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/204783#M163</link>
      <description>&lt;P&gt;Hi Lucas,&lt;/P&gt;
&lt;P&gt;We are looking into the issue. I was able to reproduce it. We will keep you posted.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 17:02:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/204783#M163</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-02-14T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: DeploymentClient from Classic Environment V1</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/205091#M190</link>
      <description>&lt;P&gt;Hi Lucas,&lt;/P&gt;
&lt;P&gt;We have been able to identify the root cause of the issue and the team will fix it. Expect a fix in 2 months at the earliest.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 09:46:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/DeploymentClient-from-Classic-Environment-V1/m-p/205091#M190</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-02-20T09:46:39Z</dc:date>
    </item>
  </channel>
</rss>

