<?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: Pull Metric browser REST url without using UI in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725625#M4833</link>
    <description>&lt;P&gt;Hi Stephen!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We have a rest&amp;nbsp;API that you can use to&amp;nbsp;pull metrics. Easiest way to get the metric path is to go to your&amp;nbsp;Controller -&amp;gt; (Select your Application under "Applications") -&amp;gt; Metric Browser (left menu)&lt;/P&gt;

&lt;P&gt;Select the metric(s) you want and right click on it and you should get a "copy&amp;nbsp;REST&amp;nbsp;Url". That should&amp;nbsp;do the trick to grab&amp;nbsp;the metric information you require..&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-18 at 3.33.03 PM.png" style="width: 330px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35051iEB72D1DDD3E2981A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you are running this from a script you will probably need to authenticate wit HTTP which is described here..&lt;A href="https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs#UsingtheControllerAPIs-Authentication" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs#UsingtheControllerAPIs-Authentication&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-Kevin&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2017 23:36:25 GMT</pubDate>
    <dc:creator>Kevin_Brunette</dc:creator>
    <dc:date>2017-12-18T23:36:25Z</dc:date>
    <item>
      <title>Pull Metric browser REST url without using UI</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725624#M4832</link>
      <description>&lt;P&gt;Is there a way to get the REST URLs for a given set of metrics without using the UI? I need to create a compiled list and going to the UI for each is going to be painful so I hope there is a way to easily do this from the command line.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;-Stephen&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725624#M4832</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-12-18T20:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Metric browser REST url without using UI</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725625#M4833</link>
      <description>&lt;P&gt;Hi Stephen!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We have a rest&amp;nbsp;API that you can use to&amp;nbsp;pull metrics. Easiest way to get the metric path is to go to your&amp;nbsp;Controller -&amp;gt; (Select your Application under "Applications") -&amp;gt; Metric Browser (left menu)&lt;/P&gt;

&lt;P&gt;Select the metric(s) you want and right click on it and you should get a "copy&amp;nbsp;REST&amp;nbsp;Url". That should&amp;nbsp;do the trick to grab&amp;nbsp;the metric information you require..&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-18 at 3.33.03 PM.png" style="width: 330px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35051iEB72D1DDD3E2981A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you are running this from a script you will probably need to authenticate wit HTTP which is described here..&lt;A href="https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs#UsingtheControllerAPIs-Authentication" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs#UsingtheControllerAPIs-Authentication&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-Kevin&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 23:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725625#M4833</guid>
      <dc:creator>Kevin_Brunette</dc:creator>
      <dc:date>2017-12-18T23:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Metric browser REST url without using UI</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725626#M4834</link>
      <description>&lt;P&gt;Thanks for the reply Kevin. I am aware of how to get the URL via the Web UI but I'd like to replicate that action from a script. I couldn't find anything specific&amp;nbsp;in the API docs that pointed me to how to do that without using the UI. Does that help clear up what I am trying to accomplish?&lt;/P&gt;

&lt;P&gt;For App FooBar use API call to get REST URL for all metrics/specific metric&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;-Stephen&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 15:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725626#M4834</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-12-19T15:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Metric browser REST url without using UI</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725627#M4835</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'll second Stephen's request/question. It would be really helpful if there's some mechanism/endpoint one could hit that exposes a comprehensive list of metrics exposed by AppDynamics. This would enable&amp;nbsp;complete automation of extracting metric data. If there's no endpoint that lists out metrics, is it possible to derive the metric path by making successive calls to the metrics hierarchy endpoint and looking at the child elements with each metric item?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Akash&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725627#M4835</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-03-07T15:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Metric browser REST url without using UI</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725628#M4836</link>
      <description>&lt;P&gt;Use this&lt;/P&gt;

&lt;P&gt;curl -k -K /home/appdynamics/test/password http://hostname:port/controller/rest/applications/&amp;lt;ApplicationName&amp;gt;/business-transactions?output=JSON&lt;/P&gt;

&lt;P&gt;in&amp;nbsp;&lt;SPAN&gt;/home/appdynamics/test/password update data as below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;user = username@accountname:passowrd&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 07:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725628#M4836</guid>
      <dc:creator>Binu_Mathew</dc:creator>
      <dc:date>2018-07-27T07:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Metric browser REST url without using UI</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725629#M4837</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Did anyone solve this?&lt;BR /&gt;I need to collect the rest URL without using UI. i.e. Using command line or using any code.&lt;BR /&gt;Please let us know if anyone has an idea to overcome this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Shivanand&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 01:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pull-Metric-browser-REST-url-without-using-UI/m-p/725629#M4837</guid>
      <dc:creator>Shivanandraddi_</dc:creator>
      <dc:date>2020-02-17T01:14:38Z</dc:date>
    </item>
  </channel>
</rss>

