<?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 Reading DEM Consumption with API in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115075#M1538</link>
    <description>&lt;P&gt;Hello, is there a possible way to read the monthly DEM Consumption on Applications. For Host Units there is a possible way with "consumedHostUnits" from "/entity/infrastructure/hosts", but what is with the DEM? I search something like "consumedDEMUnits" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since we have to charge the DEM consumption per application per month internally, this would be very helpful.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 12:21:13 GMT</pubDate>
    <dc:creator>urs_fischer</dc:creator>
    <dc:date>2021-04-26T12:21:13Z</dc:date>
    <item>
      <title>Reading DEM Consumption with API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115075#M1538</link>
      <description>&lt;P&gt;Hello, is there a possible way to read the monthly DEM Consumption on Applications. For Host Units there is a possible way with "consumedHostUnits" from "/entity/infrastructure/hosts", but what is with the DEM? I search something like "consumedDEMUnits" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since we have to charge the DEM consumption per application per month internally, this would be very helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 12:21:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115075#M1538</guid>
      <dc:creator>urs_fischer</dc:creator>
      <dc:date>2021-04-26T12:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DEM Consumption with API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115076#M1539</link>
      <description>&lt;P&gt;Have you looked at if any of the metrics under the 'Billing' category will help? You should be able to calculate DEM consumption based off of these: &lt;IMG src="https://community.dynatrace.com/legacyfs/online/25845-1595514836296.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:34:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115076#M1539</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-07-23T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DEM Consumption with API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115077#M1540</link>
      <description>&lt;P&gt;Thanks, well i need the DEM Consumption from API because i have to give this Numbers forward to another system (i already use python for that).&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:57:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115077#M1540</guid>
      <dc:creator>urs_fischer</dc:creator>
      <dc:date>2020-07-23T14:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DEM Consumption with API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115078#M1541</link>
      <description>&lt;P&gt;I used the custom chart just to show what metrics are available, but all of these that are available there are also available through the v2 metrics API: &lt;IMG src="https://community.dynatrace.com/legacyfs/online/25846-1595516894914.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:08:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115078#M1541</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2020-07-23T15:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DEM Consumption with API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115079#M1542</link>
      <description>&lt;P&gt;We currently use these as well. It will be even better once custom metrics are added as well.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 17:34:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115079#M1542</guid>
      <dc:creator>larry_roberts</dc:creator>
      <dc:date>2020-07-23T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DEM Consumption with API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115080#M1543</link>
      <description>&lt;P&gt;I do believe calculation of spent DEMs based on these values is just an approximation of the real DEMs spent. A user session might be split into several ones (sessions with more than 200 actions). I think each of such session will be counted here, but just a first one will be billed. You can see that when opening a session:&lt;BR /&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25856-1595574968155.png" /&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 07:16:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Reading-DEM-Consumption-with-API/m-p/115080#M1543</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-07-24T07:16:14Z</dc:date>
    </item>
  </channel>
</rss>

