<?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 AppDynamics API Exclude Some Metrics in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738807#M11117</link>
    <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;I am currently using AppDynamics API To Pull metrics data from AppDynamics for Application Infrastructure Performance:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://x.y.z/controller/rest/applications/My-App/metric-data?metric-path=Application Infrastructure Performance|*|Individual Nodes|*|JVM|*&amp;amp;time-range-type=BEFORE_NOW&amp;amp;duration-in-mins=5&amp;amp;output=JSON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Data is coming fine but it has some problems like some metrics doesn't contain metric values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data Is coming as a large Json of Jsons where the small JSONs represent an event or entry.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sample Of a Json Event Response That is Correct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"metricId" : 12345,&lt;BR /&gt;"metricName" : "JVM|Process CPU Burnt (ms/min)",&lt;BR /&gt;"metricPath" : "Application Infrastructure Performance|xyz|Individual Nodes|abcdf|JVM|Process CPU Burnt (ms/min)",&lt;BR /&gt;"frequency" : "ONE_MIN",&lt;BR /&gt;"metricValues" : [ {&lt;BR /&gt;"startTimeInMillis" : 1635511140000,&lt;BR /&gt;"occurrences" : 0,&lt;BR /&gt;"current" : 14550,&lt;BR /&gt;"min" : 12330,&lt;BR /&gt;"max" : 17850,&lt;BR /&gt;"useRange" : true,&lt;BR /&gt;"count" : 5,&lt;BR /&gt;"sum" : 75700,&lt;BR /&gt;"value" : 15140,&lt;BR /&gt;"standardDeviation" : 0&lt;BR /&gt;} ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sample Of a Json Event Response That is Bad/Incorrect: (Contains the Word&amp;nbsp;"METRIC DATA NOT FOUND")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"metricId" : 123456,&lt;BR /&gt;"metricName" : "METRIC DATA NOT FOUND",&lt;BR /&gt;"metricPath" : "Application Infrastructure Performance|xyz|Individual Nodes|abcdf|JVM|Process CPU Burnt (ms/min)",&lt;BR /&gt;"frequency" : "ONE_MIN",&lt;BR /&gt;"metricValues" : [ ]&lt;BR /&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Question&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there is a way to pull all data while removing whatever contains&amp;nbsp;&lt;SPAN&gt;metricName="METRIC DATA NOT FOUND" ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So that i don't get extra amount of useless data.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 12:50:13 GMT</pubDate>
    <dc:creator>mohammedsamir</dc:creator>
    <dc:date>2021-10-29T12:50:13Z</dc:date>
    <item>
      <title>AppDynamics API Exclude Some Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738807#M11117</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;I am currently using AppDynamics API To Pull metrics data from AppDynamics for Application Infrastructure Performance:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://x.y.z/controller/rest/applications/My-App/metric-data?metric-path=Application Infrastructure Performance|*|Individual Nodes|*|JVM|*&amp;amp;time-range-type=BEFORE_NOW&amp;amp;duration-in-mins=5&amp;amp;output=JSON&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Data is coming fine but it has some problems like some metrics doesn't contain metric values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data Is coming as a large Json of Jsons where the small JSONs represent an event or entry.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sample Of a Json Event Response That is Correct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"metricId" : 12345,&lt;BR /&gt;"metricName" : "JVM|Process CPU Burnt (ms/min)",&lt;BR /&gt;"metricPath" : "Application Infrastructure Performance|xyz|Individual Nodes|abcdf|JVM|Process CPU Burnt (ms/min)",&lt;BR /&gt;"frequency" : "ONE_MIN",&lt;BR /&gt;"metricValues" : [ {&lt;BR /&gt;"startTimeInMillis" : 1635511140000,&lt;BR /&gt;"occurrences" : 0,&lt;BR /&gt;"current" : 14550,&lt;BR /&gt;"min" : 12330,&lt;BR /&gt;"max" : 17850,&lt;BR /&gt;"useRange" : true,&lt;BR /&gt;"count" : 5,&lt;BR /&gt;"sum" : 75700,&lt;BR /&gt;"value" : 15140,&lt;BR /&gt;"standardDeviation" : 0&lt;BR /&gt;} ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sample Of a Json Event Response That is Bad/Incorrect: (Contains the Word&amp;nbsp;"METRIC DATA NOT FOUND")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"metricId" : 123456,&lt;BR /&gt;"metricName" : "METRIC DATA NOT FOUND",&lt;BR /&gt;"metricPath" : "Application Infrastructure Performance|xyz|Individual Nodes|abcdf|JVM|Process CPU Burnt (ms/min)",&lt;BR /&gt;"frequency" : "ONE_MIN",&lt;BR /&gt;"metricValues" : [ ]&lt;BR /&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Question&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there is a way to pull all data while removing whatever contains&amp;nbsp;&lt;SPAN&gt;metricName="METRIC DATA NOT FOUND" ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So that i don't get extra amount of useless data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 12:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738807#M11117</guid>
      <dc:creator>mohammedsamir</dc:creator>
      <dc:date>2021-10-29T12:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics API Exclude Some Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738808#M11118</link>
      <description>&lt;P&gt;Any Updates Regarding that!.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 11:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738808#M11118</guid>
      <dc:creator>mohammedsamir</dc:creator>
      <dc:date>2022-01-19T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics API Exclude Some Metrics</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738809#M11119</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/113462"&gt;@Mohammed.Samir&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;Thanks for following up on this. Since the community has not jumped in to help, I would recommend contacting AppD Support by going to &lt;A href="http://www.appdynamics.com/support" target="_blank" rel="nofollow noopener noreferrer"&gt;www.appdynamics.com/support.&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Or you can reach out to your AppD Rep, as I see you are a partner. If you end up doing either of those and getting further info, please share what you learned as a reply to this post.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Knowledge sharing is what drives this community.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 17:38:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-API-Exclude-Some-Metrics/m-p/738809#M11119</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2022-01-19T17:38:55Z</dc:date>
    </item>
  </channel>
</rss>

