<?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: mean time to resolve - API - Problems V2 in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/274521#M3691</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;, Yes converted as follows and, now it is good&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;v2/problems?problemSelector=managementZones("MZNAME")&amp;amp;pagesize=500&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bs43_0-1744005449158.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27438i919D1068394B0ADE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bs43_0-1744005449158.png" alt="bs43_0-1744005449158.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bs43_1-1744005468585.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27439i1099A5C2B0A6E576/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bs43_1-1744005468585.png" alt="bs43_1-1744005468585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 06:00:38 GMT</pubDate>
    <dc:creator>bs43</dc:creator>
    <dc:date>2025-04-07T06:00:38Z</dc:date>
    <item>
      <title>Mean time to resolve API in Problems V2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/273963#M3686</link>
      <description>&lt;P&gt;In problems V2 we get the start and end time of a problem so from that i am trying to get the time taken to resolve the problem and i got it but as unix sec ,&lt;BR /&gt;made few calculation in grafana&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bs43_0-1743423704216.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27291i5311D0BEB241163F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bs43_0-1743423704216.png" alt="bs43_0-1743423704216.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bs43_1-1743423716171.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27292i4D8FA240FE14D179/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bs43_1-1743423716171.png" alt="bs43_1-1743423716171.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Now need to show whether and got as unixseconds now could not able to change it to min or hours, so is there any API i am missing out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 11:47:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/273963#M3686</guid>
      <dc:creator>bs43</dc:creator>
      <dc:date>2025-12-15T11:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: mean time to resolve - API - Problems V2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/274439#M3688</link>
      <description>&lt;P&gt;no need for another API call, you already have the time in ms, just convert it to seconds, minutes or hours to your linking:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;timestamp_s = timestamp_ms / 1000
timestamp_min = timestamp_ms / (1000 * 60)
timestamp_h = timestamp_ms / (1000 * 60 * 60)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 16:12:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/274439#M3688</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2025-04-04T16:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: mean time to resolve - API - Problems V2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/274521#M3691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;, Yes converted as follows and, now it is good&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;v2/problems?problemSelector=managementZones("MZNAME")&amp;amp;pagesize=500&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bs43_0-1744005449158.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27438i919D1068394B0ADE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bs43_0-1744005449158.png" alt="bs43_0-1744005449158.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bs43_1-1744005468585.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27439i1099A5C2B0A6E576/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bs43_1-1744005468585.png" alt="bs43_1-1744005468585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 06:00:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Mean-time-to-resolve-API-in-Problems-V2/m-p/274521#M3691</guid>
      <dc:creator>bs43</dc:creator>
      <dc:date>2025-04-07T06:00:38Z</dc:date>
    </item>
  </channel>
</rss>

