<?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: How to get synthetic monitor's scheduling ? in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/192290#M1446</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The frequency in minutes of a synthetic monitor is viewable through the Synthetic Monitor API, as the field "frequencyMin" of the Synthetic Monitor object in the response:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/synthetic/synthetic-monitors/get-a-monitor" target="_blank"&gt;Synthetic monitors API - GET a monitor | Dynatrace Docs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 07:49:52 GMT</pubDate>
    <dc:creator>alvaro_sanchez</dc:creator>
    <dc:date>2022-08-09T07:49:52Z</dc:date>
    <item>
      <title>How to get synthetic monitor's scheduling ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101621#M1050</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;One of our customer have some synthetic monitors scheduled every 5 or 15 minutes.&lt;BR /&gt;I scheduled a script every 5 minutes to get their availability during the last 15 minutes (to have metric for all synthetic monitors) to make some alerting. We send an alert when we have an availability of 0% but we will send this alert too late for synthetics monitors which are launched every 5 minutes (we need that the 3 last checks failed).&lt;BR /&gt;&lt;BR /&gt;To completely automatised this script (our customer add monitors or rename them frequently), I need to get the scheduling time of each synthetic monitors.&lt;BR /&gt;It seems that we can't get this information through the API, can you confirm it ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Pierrick EVERARD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 06:51:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101621#M1050</guid>
      <dc:creator>peverard</dc:creator>
      <dc:date>2021-12-10T06:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get synthetic monitor's scheduling ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101622#M1051</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/9785/view.html" nodeid="9785"&gt;@Pierrick E.&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;we are working on an API that exposes the frequency of monitors. (It is planned to be released by end of this year) Did you try the built-in outage handling &amp;amp; alerting? (Monitor settings -&amp;gt; Outage handling) If yes, what are you missing there that made you implement your own alert handling?&lt;/P&gt;&lt;P&gt;Kind regards, Philipp&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2018 09:56:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101622#M1051</guid>
      <dc:creator>Philipp_Kastner</dc:creator>
      <dc:date>2018-11-12T09:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get synthetic monitor's scheduling ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101623#M1052</link>
      <description>&lt;P&gt;Thanks Philipp.&lt;/P&gt;&lt;P&gt;It' Pierrick not Patrick &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We already send alert but I also display the status of all synthetic monitors on a cockpit (with all monitoring solutions of the cystomer) so it's why I need to extract metrics....&lt;/P&gt;&lt;P&gt;Perfect if it's planned to be released by end of this year.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2018 10:01:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101623#M1052</guid>
      <dc:creator>peverard</dc:creator>
      <dc:date>2018-11-12T10:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get synthetic monitor's scheduling ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101624#M1053</link>
      <description>&lt;P&gt;Sorry Pierrick! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2018 10:05:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/101624#M1053</guid>
      <dc:creator>Philipp_Kastner</dc:creator>
      <dc:date>2018-11-12T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get synthetic monitor's scheduling ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/192225#M1444</link>
      <description>&lt;P&gt;Was the Api ever implemented?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 13:22:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/192225#M1444</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2022-08-08T13:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get synthetic monitor's scheduling ?</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/192290#M1446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The frequency in minutes of a synthetic monitor is viewable through the Synthetic Monitor API, as the field "frequencyMin" of the Synthetic Monitor object in the response:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/synthetic/synthetic-monitors/get-a-monitor" target="_blank"&gt;Synthetic monitors API - GET a monitor | Dynatrace Docs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 07:49:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-get-synthetic-monitor-s-scheduling/m-p/192290#M1446</guid>
      <dc:creator>alvaro_sanchez</dc:creator>
      <dc:date>2022-08-09T07:49:52Z</dc:date>
    </item>
  </channel>
</rss>

