<?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: Store custom problem notifications data in to sql server in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199095#M2171</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt; thank you for sharing the information.&lt;/P&gt;&lt;P&gt;Please advise on my second question, I have created alerting profile and linked with email alert notification. Test email is triggering and receiving email alert successfully but when the problem has notified in Dynatrace, email alert is not triggering.&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 09:14:40 GMT</pubDate>
    <dc:creator>Koteswar</dc:creator>
    <dc:date>2022-11-24T09:14:40Z</dc:date>
    <item>
      <title>Store custom problem notifications data in to SQL server</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199022#M2166</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;Greetings of the day.&lt;/P&gt;
&lt;P&gt;I am new to dynatrace.My question is how to store custom problem notifications data in to&lt;BR /&gt;sql server database using Dynatrace API.I am unfamiliar with a best way to achieve this.&lt;BR /&gt;Please share any recommendations for how to achieve this.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 14:11:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199022#M2166</guid>
      <dc:creator>Koteswar</dc:creator>
      <dc:date>2024-08-20T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Store custom problem notifications data in to sql server</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199048#M2167</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57254"&gt;@Koteswar&lt;/a&gt;&lt;/P&gt;&lt;P&gt;You should use the Probelm APIv2. You need an API token with probelm.read scope.&lt;/P&gt;&lt;P&gt;Collect the closed custom severity problem ids for the last day (-1d):&lt;/P&gt;&lt;P&gt;curl -X GET https://&lt;STRONG&gt;your_environment&lt;/STRONG&gt;/api/v2/problems?from=-1d&amp;amp;problemSelector=severityLevel%28%22CUSTOM_ALERT%22%29%2Cstatus%28%22closed%22%29 -H "accept: application/json; charset=utf-8" -H "Authorization: Api-Token &lt;STRONG&gt;YOUR TOKEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use the collected problem ids (bold in the middle is an individual prolem id), then you will receive the details of this individual problem.&lt;/P&gt;&lt;P&gt;curl -X GET https:// &lt;STRONG&gt;your_environment&lt;/STRONG&gt;/api/v2/problems/&lt;STRONG&gt;-7695485534087673753_1669185960000V2&lt;/STRONG&gt; -H "accept: application/json; charset=utf-8" -H "Authorization: Api-Token &lt;STRONG&gt;YOUR TOKEN&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;I have already attached a sample response from an individual custom problem.&lt;/P&gt;&lt;P&gt;I hope it helps to start build your process.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 12:57:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199048#M2167</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2022-11-23T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Store custom problem notifications data in to sql server</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199073#M2169</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt;Thank you for quick response. Yes the above information is helpful but my specific requirement is automatically to save problem notification(log) data to sql server for further investigation. Please advise on this.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 02:11:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199073#M2169</guid>
      <dc:creator>Koteswar</dc:creator>
      <dc:date>2022-11-24T02:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Store custom problem notifications data in to sql server</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199082#M2170</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57254"&gt;@Koteswar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think there is not other way to pull problem data from DT. You should build your auto process for this procedure.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 06:06:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199082#M2170</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2022-11-24T06:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Store custom problem notifications data in to sql server</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199095#M2171</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt; thank you for sharing the information.&lt;/P&gt;&lt;P&gt;Please advise on my second question, I have created alerting profile and linked with email alert notification. Test email is triggering and receiving email alert successfully but when the problem has notified in Dynatrace, email alert is not triggering.&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 09:14:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199095#M2171</guid>
      <dc:creator>Koteswar</dc:creator>
      <dc:date>2022-11-24T09:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Store custom problem notifications data in to sql server</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199097#M2172</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57254"&gt;@Koteswar&lt;/a&gt;&lt;/P&gt;&lt;P&gt;For automate this procedure you can build &lt;A href="https://www.dynatrace.com/support/help/shortlink/activegate-extensions-intro#what-is-the-activegate-extensions-architecture" target="_blank" rel="noopener"&gt;ActiveGate extension&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 09:48:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Store-custom-problem-notifications-data-in-to-SQL-server/m-p/199097#M2172</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-11-24T09:48:23Z</dc:date>
    </item>
  </channel>
</rss>

