<?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 we get metrics related to a particular application using an API? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114907#M710</link>
    <description>&lt;P&gt;You don't pull data from charts, using the API you are accessing the same underlying datastore that the custom charts themselves use.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 15:55:15 GMT</pubDate>
    <dc:creator>JamesKitson</dc:creator>
    <dc:date>2020-07-22T15:55:15Z</dc:date>
    <item>
      <title>How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114904#M707</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is there any API with which I can fetch all the metrics like CPU, Memory etc. for a particular application or any service which is being monitored by dynatrace ?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 08:04:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114904#M707</guid>
      <dc:creator>r786khanna</dc:creator>
      <dc:date>2020-07-21T08:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114905#M708</link>
      <description>&lt;P&gt;Yes, anything that you can include in a custom chart can be polled through the metrics API:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 13:14:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114905#M708</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-07-21T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114906#M709</link>
      <description>&lt;P&gt;Thanks for your quick response&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But i need some more info on this &lt;BR /&gt;Suppose i created a custom chart and pinned that to dashboard &lt;BR /&gt;now can you please suggest me how to fetch the data from that chart using API&lt;/P&gt;&lt;P&gt;how can i create a metrics API for that chart? &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 12:30:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114906#M709</guid>
      <dc:creator>r786khanna</dc:creator>
      <dc:date>2020-07-22T12:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114907#M710</link>
      <description>&lt;P&gt;You don't pull data from charts, using the API you are accessing the same underlying datastore that the custom charts themselves use.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 15:55:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114907#M710</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-07-22T15:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114908#M711</link>
      <description>&lt;P&gt;Okay &lt;/P&gt;&lt;P&gt;Can you please guide me from where i can create the APIs which can fetch the data from datastore (datastore used by custom chart).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 16:20:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114908#M711</guid>
      <dc:creator>r786khanna</dc:creator>
      <dc:date>2020-07-22T16:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114909#M712</link>
      <description>&lt;P&gt;The API I linked initially is the 'interface' that you interact with to pull that data out of Dynatrace.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You create an API token (in the settings &amp;gt; integration &amp;gt; Dynatrace API) and then you use that token to query the API which is described in the link above. All you would need to get started is described in the main page for the API (e.g. authentication) and it described how to try things out using the API explorer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/"&gt;https://www.dynatrace.com/support/help/dynatrace-api/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 18:16:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114909#M712</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-07-22T18:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get metrics related to a particular application using an API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114910#M713</link>
      <description>&lt;P&gt;Thanks for guiding, James.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 04:24:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-can-we-get-metrics-related-to-a-particular-application-using/m-p/114910#M713</guid>
      <dc:creator>r786khanna</dc:creator>
      <dc:date>2020-07-23T04:24:24Z</dc:date>
    </item>
  </channel>
</rss>

