<?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: AppDynamics API for downloads in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725296#M4654</link>
    <description>&lt;P&gt;Actually there is a way and its documented here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO42/Download+AppDynamics+Software" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO42/Download+AppDynamics+Software&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 12:27:56 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-02-13T12:27:56Z</dc:date>
    <item>
      <title>AppDynamics API for downloads</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725294#M4652</link>
      <description>&lt;P&gt;I'm just starting to delve into the APIs, with an initial interest in automating the download and install of the Java Agent onto a Linux or Solaris host server.&lt;/P&gt;

&lt;P&gt;My very early playing&amp;nbsp;around has led me to be able to interrogate the controller to find the schema version....&lt;/P&gt;

&lt;P style="margin: 0in; font-family: Calibri;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;curl --user me@myaccount:mypassword&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://vm001979:8090/controller/rest/configuration?name=schema\.version" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;http://mycontroller:8090/controller/rest/configuration?n&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #333333; background: white;"&gt;ame=&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;schema\.version&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;... which returns...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;configuration-item&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;name&amp;gt;schema.version&amp;lt;/name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;value&amp;gt;004-002-007-001&amp;lt;/value&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;description&amp;gt;Current version of the controller&amp;amp;apos;s schema, used to track upgrades.&amp;lt;/description&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;updateable&amp;gt;false&amp;lt;/updateable&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;scope&amp;gt;cluster&amp;lt;/scope&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/configuration-item&amp;gt;&lt;/P&gt;

&lt;P&gt;Now that I can do some scripting to find out my controller version (i.e. 004-002-007-001), it'd be great to use that version number in a rest call to the downloads.&lt;/P&gt;

&lt;P&gt;Are there a restful api endpoints for the 4.2.7.1 Java Agent for Sun and for IBM JVMs?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725294#M4652</guid>
      <dc:creator>Graeme_Gilmour</dc:creator>
      <dc:date>2016-11-11T12:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics API for downloads</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725295#M4653</link>
      <description>&lt;P&gt;There's no&amp;nbsp;rest interface to the AppDynamics downloads site as far as I can tell, you could however simply do a get as the filename can be determined:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://aperture.appdynamics.com/download/prox/download-file/sun-jvm/4.2.7.1/AppServerAgent-4.2.7.1.zip" target="_blank" rel="nofollow noopener noreferrer"&gt;https://aperture.appdynamics.com/download/prox/download-file/sun-jvm/4.2.7.1/AppServerAgent-4.2.7.1.zip&lt;/A&gt; - this is the agent for the SUN&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aperture.appdynamics.com/download/prox/download-file/ibm-jvm/4.2.7.1/AppServerAgent-ibm-4.2.7.1.zip" target="_blank" rel="nofollow noopener noreferrer"&gt;https://aperture.appdynamics.com/download/prox/download-file/ibm-jvm/4.2.7.1/AppServerAgent-ibm-4.2.7.1.zip&lt;/A&gt; - this is the IBM&amp;nbsp;agent&lt;/P&gt;

&lt;P&gt;Alernatively, you could host the versions in your own internal network and simply get this by your own naming standard. You may want to deploy a later version of the agent (same major/minor version) than you are running on the controller so if you always copy/GET the latest 4.2.X version. This would require the versions/media to be maintained however.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 08:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725295#M4653</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-11-17T08:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics API for downloads</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725296#M4654</link>
      <description>&lt;P&gt;Actually there is a way and its documented here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO42/Download+AppDynamics+Software" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO42/Download+AppDynamics+Software&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-for-downloads/m-p/725296#M4654</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-02-13T12:27:56Z</dc:date>
    </item>
  </channel>
</rss>

