<?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: SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2 in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/227462#M596</link>
    <description>&lt;P&gt;I did not know that you want to do this in notebooks. The code snippet I have shared with you works within a &lt;A href="https://developer.dynatrace.com/introduction/" target="_blank"&gt;Dynatrace custom app&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to see the duration of a problem, you can use this &lt;A href="https://wkf10640.apps.dynatrace.com/ui/intent/dynatrace.notebooks/view-query#%7B%22dt.query%22%3A%22fetch%20events%2C%20from%3Anow()-90d%5Cn%20%20%7C%20filter%20event.kind%20%3D%3D%20%5C%22DAVIS_PROBLEM%5C%22%5Cn%20%20%7C%20filter%20display_id%20%3D%3D%20%5C%22P-2309241%5C%22%5Cn%20%20%7C%20summarize%20%7Bproblem%3DtakeMax(record(timestamp%2Cresolved_problem_duration%2Cevent.end%2Cevent.start%2Cdt.davis.is_duplicate%2Cevent.status%2Cmaintenance.is_under_maintenance%2Cdt.davis.is_frequent_event))%20%7D%2C%20by%3A%7Bdisplay_id%7D%5Cn%20%20%7C%20fieldsFlatten%20problem%5Cn%20%20%7C%20filter%20problem.event.status%20%3D%3D%20%5C%22CLOSED%5C%22%5Cn%20%20%7C%20filter%20problem.dt.davis.is_frequent_event%20%3D%3D%20false%20and%20problem.dt.davis.is_duplicate%20%3D%3D%20false%20and%20problem.maintenance.is_under_maintenance%20%3D%3D%20false%5Cn%20%20%7C%20fields%20display_id%2C%20problem.event.start%2C%20problem.event.end%2C%20duration%3Dproblem.event.end%20-%20problem.event.start%22%2C%22hideInput%22%3Afalse%2C%22visualization%22%3A%22recordView%22%2C%22visualizationSettings%22%3A%7B%22thresholds%22%3A%5B%5D%2C%22chartSettings%22%3A%7B%22gapPolicy%22%3A%22connect%22%2C%22circleChartSettings%22%3A%7B%22groupingThresholdType%22%3A%22absolute%22%7D%2C%22categoryOverrides%22%3A%7B%7D%7D%2C%22singleValue%22%3A%7B%22label%22%3A%22%22%2C%22prefixIcon%22%3A%22%22%2C%22autoscale%22%3Atrue%2C%22alignment%22%3A%22center%22%7D%2C%22table%22%3A%7B%22rowDensity%22%3A%22condensed%22%2C%22enableSparklines%22%3Afalse%2C%22hiddenColumns%22%3A%5B%5D%2C%22lineWrapIds%22%3A%5B%5D%2C%22firstVisibleRowIndex%22%3A0%2C%22columnWidths%22%3A%7B%7D%2C%22enableLineWrap%22%3Atrue%7D%7D%7D" target="_self"&gt;dql query&lt;/A&gt;:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch events, from:now()-90d
  | filter event.kind == "DAVIS_PROBLEM"
  | filter display_id == "P-2309241"
  | summarize {problem=takeMax(record(timestamp,resolved_problem_duration,event.end,event.start,dt.davis.is_duplicate,event.status,maintenance.is_under_maintenance,dt.davis.is_frequent_event)) }, by:{display_id}
  | fieldsFlatten problem
  | filter problem.event.status == "CLOSED"
  | filter problem.dt.davis.is_frequent_event == false and problem.dt.davis.is_duplicate == false and problem.maintenance.is_under_maintenance == false
  | fields display_id, problem.event.start, problem.event.end, duration=problem.event.end - problem.event.start&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://wkf10640.apps.dynatrace.com/ui/apps/dynatrace.classic.problems/#problems/problemdetails;gtf=-90d%20to%20now;gf=all;pid=-7848720326958616911_1695923880000V2" target="_self"&gt;Here&lt;/A&gt; you see the example problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sinisa_zubic_0-1698931834143.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15131i8AB55C147CCEC960/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinisa_zubic_0-1698931834143.png" alt="sinisa_zubic_0-1698931834143.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="sinisa_zubic_1-1698931862198.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15132i4A915E0D6C562E4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinisa_zubic_1-1698931862198.png" alt="sinisa_zubic_1-1698931862198.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for more examples on how to use DQL and Davis problems, please check out following help page:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/platform/davis-ai/davis-dql-examples" target="_blank"&gt;https://docs.dynatrace.com/docs/platform/davis-ai/davis-dql-examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 13:33:50 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-11-02T13:33:50Z</dc:date>
    <item>
      <title>SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/225392#M565</link>
      <description>&lt;P&gt;&lt;STRONG&gt;code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;import { problemsClient} from '@dynatrace-sdk/client-classic-environment-v2'&lt;BR /&gt;export default async function () {&lt;/P&gt;&lt;P&gt;const config: Object = {&lt;BR /&gt;"problemSelector": "displayId(P-23097463)",&lt;BR /&gt;"from": "-60d",&lt;BR /&gt;"to": "now"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;let problems = (await problemsClient.getProblems(config)).problems&lt;BR /&gt;for (var sv of problems) {&lt;BR /&gt;console.log(Date(sv.startTime), Date(sv.endTime))&lt;BR /&gt;}&lt;BR /&gt;console.log(problems)&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;The startTime and EndTime are for the&lt;STRONG&gt; query&lt;/STRONG&gt; and NOT for the actual Problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="derija_1-1697239190603.png" style="width: 773px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14591i1250321F20D54B7B/image-dimensions/773x29?v=v2" width="773" height="29" role="button" title="derija_1-1697239190603.png" alt="derija_1-1697239190603.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UI shows correct values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="derija_0-1697239118537.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14590i7B6C1ED11C2C0AD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="derija_0-1697239118537.png" alt="derija_0-1697239118537.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How is this supposed to work? If I ask for a problem in the past?? Things like reports of problems in the last X days, to calculate total disruption based on entities and problems? like above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 23:26:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/225392#M565</guid>
      <dc:creator>derija</dc:creator>
      <dc:date>2023-10-13T23:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/225397#M566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51897"&gt;@derija&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't reproduce your problem with problemsClient.getProblems&lt;/P&gt;
&lt;P&gt;Also I am not sure why you are quering problems via the problemsClient and not using DQL? Davis events and problems are also being stored in Grail.&lt;/P&gt;
&lt;P&gt;here you have my code snippet&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;import React, { useEffect } from "react";
import { DataTable, Flex, convertToColumns } from "@dynatrace/strato-components-preview";
import { problemsClient } from "@dynatrace-sdk/client-classic-environment-v2";
import { useDqlQuery } from "@dynatrace-sdk/react-hooks";


export const Home = () =&amp;gt; {
  const query = `fetch events, from:now()-60d
  | filter event.kind == "DAVIS_PROBLEM"
  | filter display_id == "P-2309107"
  | summarize {problem=takeMax(record(timestamp,resolved_problem_duration,event.end,event.start,dt.davis.is_duplicate,event.status,maintenance.is_under_maintenance,dt.davis.is_frequent_event)) }, by:{display_id}
  | fieldsFlatten problem
  | filter problem.event.status == "CLOSED"
  | filter problem.dt.davis.is_frequent_event == false and problem.dt.davis.is_duplicate == false and problem.maintenance.is_under_maintenance == false
  | fields display_id, problem.event.start, problem.event.end`;

  const resp = useDqlQuery({
    body: {
      query: query,
    },
  });

  useEffect(() =&amp;gt; {
    if (resp.data !== undefined) {
      console.log(resp.data.records);
    }
  }, [resp]);

  useEffect(() =&amp;gt; {
    const config: Object = {
      "problemSelector": "displayId(P-2309107)",
      "from": "-60d",
      "to": "now"
    };

    problemsClient.getProblems(config).then((problems) =&amp;gt; {

      for (var sv of problems.problems) {
        console.log(new Date(sv.startTime), new Date(sv.endTime));
      }
    });
  }, []);


  return (
    &amp;lt;Flex flexDirection="column" &amp;gt;
      {resp.data &amp;amp;&amp;amp; resp.data.records &amp;amp;&amp;amp; &amp;lt;DataTable columns={convertToColumns(resp.data.types)} data={resp.data.records} fullWidth /&amp;gt;}
    &amp;lt;/Flex&amp;gt;
  );
};
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use that snippet if you connect to&amp;nbsp;&lt;A href="https://wkf10640.apps.dynatrace.com/" target="_blank"&gt;https://wkf10640.apps.dynatrace.com/ &lt;/A&gt;- that is the Discover Dynatrace environment and every user has access to that.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sinisa_zubic_0-1697302027136.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14593i7B516916980A0193/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinisa_zubic_0-1697302027136.png" alt="sinisa_zubic_0-1697302027136.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if&amp;nbsp; you still have problems after checking out my snippet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 16:47:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/225397#M566</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-10-14T16:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/226032#M574</link>
      <description>&lt;P&gt;Thank for response. I used the example as a tuned down example I received as an example for problem inquiry.&lt;/P&gt;&lt;P&gt;I used your code as is in a new notebook and received the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="derija_0-1697751880257.png" style="width: 803px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14784iD5FBD7D06EFE8994/image-dimensions/803x297?v=v2" width="803" height="297" role="button" title="derija_0-1697751880257.png" alt="derija_0-1697751880257.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note sure why.. thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 21:45:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/226032#M574</guid>
      <dc:creator>derija</dc:creator>
      <dc:date>2023-10-19T21:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/226106#M575</link>
      <description>&lt;P&gt;Went to the playground created new notebook and pasted your code in and ran code with same error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="derija_0-1697815817496.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14804i21192B3CEE88A592/image-size/medium?v=v2&amp;amp;px=400" role="button" title="derija_0-1697815817496.png" alt="derija_0-1697815817496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="derija_1-1697815838236.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14805i6E9C3FD70097511A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="derija_1-1697815838236.png" alt="derija_1-1697815838236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 15:30:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/226106#M575</guid>
      <dc:creator>derija</dc:creator>
      <dc:date>2023-10-20T15:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/227462#M596</link>
      <description>&lt;P&gt;I did not know that you want to do this in notebooks. The code snippet I have shared with you works within a &lt;A href="https://developer.dynatrace.com/introduction/" target="_blank"&gt;Dynatrace custom app&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to see the duration of a problem, you can use this &lt;A href="https://wkf10640.apps.dynatrace.com/ui/intent/dynatrace.notebooks/view-query#%7B%22dt.query%22%3A%22fetch%20events%2C%20from%3Anow()-90d%5Cn%20%20%7C%20filter%20event.kind%20%3D%3D%20%5C%22DAVIS_PROBLEM%5C%22%5Cn%20%20%7C%20filter%20display_id%20%3D%3D%20%5C%22P-2309241%5C%22%5Cn%20%20%7C%20summarize%20%7Bproblem%3DtakeMax(record(timestamp%2Cresolved_problem_duration%2Cevent.end%2Cevent.start%2Cdt.davis.is_duplicate%2Cevent.status%2Cmaintenance.is_under_maintenance%2Cdt.davis.is_frequent_event))%20%7D%2C%20by%3A%7Bdisplay_id%7D%5Cn%20%20%7C%20fieldsFlatten%20problem%5Cn%20%20%7C%20filter%20problem.event.status%20%3D%3D%20%5C%22CLOSED%5C%22%5Cn%20%20%7C%20filter%20problem.dt.davis.is_frequent_event%20%3D%3D%20false%20and%20problem.dt.davis.is_duplicate%20%3D%3D%20false%20and%20problem.maintenance.is_under_maintenance%20%3D%3D%20false%5Cn%20%20%7C%20fields%20display_id%2C%20problem.event.start%2C%20problem.event.end%2C%20duration%3Dproblem.event.end%20-%20problem.event.start%22%2C%22hideInput%22%3Afalse%2C%22visualization%22%3A%22recordView%22%2C%22visualizationSettings%22%3A%7B%22thresholds%22%3A%5B%5D%2C%22chartSettings%22%3A%7B%22gapPolicy%22%3A%22connect%22%2C%22circleChartSettings%22%3A%7B%22groupingThresholdType%22%3A%22absolute%22%7D%2C%22categoryOverrides%22%3A%7B%7D%7D%2C%22singleValue%22%3A%7B%22label%22%3A%22%22%2C%22prefixIcon%22%3A%22%22%2C%22autoscale%22%3Atrue%2C%22alignment%22%3A%22center%22%7D%2C%22table%22%3A%7B%22rowDensity%22%3A%22condensed%22%2C%22enableSparklines%22%3Afalse%2C%22hiddenColumns%22%3A%5B%5D%2C%22lineWrapIds%22%3A%5B%5D%2C%22firstVisibleRowIndex%22%3A0%2C%22columnWidths%22%3A%7B%7D%2C%22enableLineWrap%22%3Atrue%7D%7D%7D" target="_self"&gt;dql query&lt;/A&gt;:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch events, from:now()-90d
  | filter event.kind == "DAVIS_PROBLEM"
  | filter display_id == "P-2309241"
  | summarize {problem=takeMax(record(timestamp,resolved_problem_duration,event.end,event.start,dt.davis.is_duplicate,event.status,maintenance.is_under_maintenance,dt.davis.is_frequent_event)) }, by:{display_id}
  | fieldsFlatten problem
  | filter problem.event.status == "CLOSED"
  | filter problem.dt.davis.is_frequent_event == false and problem.dt.davis.is_duplicate == false and problem.maintenance.is_under_maintenance == false
  | fields display_id, problem.event.start, problem.event.end, duration=problem.event.end - problem.event.start&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://wkf10640.apps.dynatrace.com/ui/apps/dynatrace.classic.problems/#problems/problemdetails;gtf=-90d%20to%20now;gf=all;pid=-7848720326958616911_1695923880000V2" target="_self"&gt;Here&lt;/A&gt; you see the example problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sinisa_zubic_0-1698931834143.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15131i8AB55C147CCEC960/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinisa_zubic_0-1698931834143.png" alt="sinisa_zubic_0-1698931834143.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="sinisa_zubic_1-1698931862198.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15132i4A915E0D6C562E4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinisa_zubic_1-1698931862198.png" alt="sinisa_zubic_1-1698931862198.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for more examples on how to use DQL and Davis problems, please check out following help page:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/platform/davis-ai/davis-dql-examples" target="_blank"&gt;https://docs.dynatrace.com/docs/platform/davis-ai/davis-dql-examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 13:33:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/227462#M596</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-11-02T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: SDK problems fetched using @dynatrace-sdk/client-classic-environment-v2</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/293023#M1613</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also trying to get the&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;problemsClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getProblems to work as I have not been able to use DQL to get the davis problems with corresponding Management Zones.&amp;nbsp;&lt;BR /&gt;With the getProblems it is quite easy to do this.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Jan 2026 09:29:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/SDK-problems-fetched-using-dynatrace-sdk-client-classic/m-p/293023#M1613</guid>
      <dc:creator>tarjei_statkraf</dc:creator>
      <dc:date>2026-01-14T09:29:47Z</dc:date>
    </item>
  </channel>
</rss>

