<?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: Problem Notifications(ITSM Integration) MultiStage Process in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232732#M4051</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/9193"&gt;@echwallah&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We went the extensions way, because it was started one year and a half ago, so we didn't have workflows at the time... I would definitely recommend Workflows at this stage.&lt;/P&gt;&lt;P&gt;The extension we have polls for problems each minute, and does a bunch of stuff every time a new problem appears, is modified, or closed.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 14:35:33 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2023-12-22T14:35:33Z</dc:date>
    <item>
      <title>Problem Notifications(ITSM Integration) MultiStage Process</title>
      <link>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232703#M4047</link>
      <description>&lt;P&gt;We have customers whose ITSM tool has a multi stage process to create a ticket.&lt;/P&gt;&lt;P&gt;Dynatrace only has one place to create a webhook URL with Authentication Parameters as headers.&lt;/P&gt;&lt;P&gt;Our client has 2 processed whereby there is a first method call to retrieve a unique identifier.&lt;/P&gt;&lt;P&gt;Second stage is then using the unique identifier to create a ticket or perform an update or any operation&lt;/P&gt;&lt;P&gt;Challenge is that this Unique ID expires every hour.&lt;/P&gt;&lt;P&gt;Is it possible to create a Synthetic Monitor that runs every hour to retrieve the ID and store this value in some credential vault and then the POST request uses the stored variable for every incident creation.&lt;/P&gt;&lt;P&gt;Let me know if anyone has insights on how to achieve this and provide implementation details of how the HTTP Monitor will be built.&lt;/P&gt;&lt;P&gt;Is it possible also to achieve this with WorkFlows? Please also provide details.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 12:20:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232703#M4047</guid>
      <dc:creator>echwallah</dc:creator>
      <dc:date>2023-12-22T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Notifications(ITSM Integration) MultiStage Process</title>
      <link>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232727#M4048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;These would be my options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Explore workflows.&lt;/LI&gt;&lt;LI&gt;Explore custom extension in an ActiveGate and develop a Python script with your logic:&lt;OL class="lia-list-style-type-lower-alpha"&gt;&lt;LI&gt;Get request to Problems API for getting problems.&lt;/LI&gt;&lt;LI&gt;Get and store ID.&lt;/LI&gt;&lt;LI&gt;Send POST request to ITSM system.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Explore Synthetics.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:10:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232727#M4048</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-12-22T14:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Notifications(ITSM Integration) MultiStage Process</title>
      <link>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232729#M4049</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/9193"&gt;@echwallah&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We've done a successful integration similar to what you mention, but it to be done with a custom extension. Using workflows as &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt; is also a valid route to solving your issue.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:19:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232729#M4049</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-12-22T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Notifications(ITSM Integration) MultiStage Process</title>
      <link>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232731#M4050</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt;&amp;nbsp;for the insights&lt;/P&gt;&lt;P&gt;My team is currrently exploring Workflows whereby we are trying to create one Workflow that runs scheduled every hour to update the SID Variable since it expires every hour.&lt;/P&gt;&lt;P&gt;Second Workflow is then triggered by DAVIS Problem events and calls the method to create a ticket using the SID Variable updated by the first Workflow as part of its arguments.&lt;/P&gt;&lt;P&gt;We are trying to build he Javascript logic for this 2 Workflows so any expert insights on a generic skeleton Code we can build upon will be highly appreciated.&lt;/P&gt;&lt;P&gt;Also&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17213"&gt;@AntonioSousa&lt;/a&gt;&amp;nbsp;share any more detail on the Activegate Extension so that my team can discuss on best approach.&lt;/P&gt;&lt;P&gt;Between Workflows and Extensions which approach best can achieve desired result.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:28:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232731#M4050</guid>
      <dc:creator>echwallah</dc:creator>
      <dc:date>2023-12-22T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Notifications(ITSM Integration) MultiStage Process</title>
      <link>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232732#M4051</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/9193"&gt;@echwallah&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We went the extensions way, because it was started one year and a half ago, so we didn't have workflows at the time... I would definitely recommend Workflows at this stage.&lt;/P&gt;&lt;P&gt;The extension we have polls for problems each minute, and does a bunch of stuff every time a new problem appears, is modified, or closed.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:35:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Problem-Notifications-ITSM-Integration-MultiStage-Process/m-p/232732#M4051</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-12-22T14:35:33Z</dc:date>
    </item>
  </channel>
</rss>

