<?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 HTTP synthetic monitors not returned in API call in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115069#M705</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When trying to get all synthetic monitors via API: /api/v1/synthetic/monitors&lt;/P&gt;
&lt;P&gt;only &lt;STRONG&gt;Browser&lt;/STRONG&gt; type synthetic monitors are being returned, and none else. There are no HTTP monitors being returned in the API call even though we have some configured and are visible via the web UI.&lt;/P&gt;
&lt;P&gt;Is this behavior on purpose?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 09:16:10 GMT</pubDate>
    <dc:creator>harpreet_dhillo</dc:creator>
    <dc:date>2021-03-12T09:16:10Z</dc:date>
    <item>
      <title>HTTP synthetic monitors not returned in API call</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115069#M705</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When trying to get all synthetic monitors via API: /api/v1/synthetic/monitors&lt;/P&gt;
&lt;P&gt;only &lt;STRONG&gt;Browser&lt;/STRONG&gt; type synthetic monitors are being returned, and none else. There are no HTTP monitors being returned in the API call even though we have some configured and are visible via the web UI.&lt;/P&gt;
&lt;P&gt;Is this behavior on purpose?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:16:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115069#M705</guid>
      <dc:creator>harpreet_dhillo</dc:creator>
      <dc:date>2021-03-12T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP synthetic monitors not returned in API call</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115070#M706</link>
      <description>&lt;P&gt;I am not aware if it meant to return on browser monitor, but as per my understanding it should return you with HTTP monitor.&lt;/P&gt;&lt;P&gt;Can you try once to get specified monitor - You can pass monitorID of your http monitor to see what it results into - &lt;/P&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Managed https://{your-domain}/e/{your-environment-id}/api/v1/synthetic/monitors/{monitorId}&lt;/LI&gt;&lt;LI&gt;SaaS https://{your-environment-id}.live.dynatrace.com/api/v1/synthetic/monitors/{monitorId}&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; Also, I checked the POST API, from which we can create a monitor - From POST api we can also create an HTTP monitor.&lt;/P&gt;&lt;P&gt;Post API&lt;/P&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Managed &lt;A href="https://{your-domain}/e/{your-environment-id}/api/v1/synthetic/monitors"&gt;https://{your-domain}/e/{your-environment-id}/api...&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;SaaS &lt;A href="https://{your-environment-id}.live.dynatrace.com/api/v1/synthetic/monitors"&gt;https://{your-environment-id}.live.dynatrace.com/...&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 07:26:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115070#M706</guid>
      <dc:creator>akshay_misra</dc:creator>
      <dc:date>2019-03-06T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP synthetic monitors not returned in API call</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115071#M707</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.dynatrace.com/users/27425/view.html" nodeid="27425"&gt;@Akshay M.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using the Web UI, I selected one HTTP monitor and one Browser monitor, their URLs were respectively:&lt;/P&gt;&lt;P&gt;HTTP Monitor: &lt;A href="https://{environment-id}.live.dynatrace.com/#"&gt;https://{environment-id}.live.dynatrace.com/#&lt;/A&gt;httpcheckdetails;id=HTTP_CHECK-{random-string};gtf=l_2_HOURS;gf=all&lt;/P&gt;&lt;P&gt;Browser Monitor: https://{environment-id}.live.dynatrace.com/#monitordetail;webcheckId=SYNTHETIC_TEST-{random-string};gtf=l_2_HOURS;gf=all&lt;/P&gt;&lt;P&gt;So I obtained two &lt;STRONG&gt;monitorId&lt;/STRONG&gt;s:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;HTTP_CHECK-{random-string}&lt;/LI&gt;&lt;LI&gt;SYNTHETIC_TEST-{random-string}&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I made two API calls to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://{environment-id}.live.dynatrace.com/api/"&gt;https://{environment-id}.live.dynatrace.com/api/&lt;/A&gt;v1/synthetic/monitors/HTTP_CHECK-{random-string}&lt;BR /&gt;&lt;PRE&gt;{"error":{"code":400,"message":"Unsupported monitor type found: HTTP_CHECK"}}&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://{environment-id}.live.dynatrace.com/api/"&gt;https://{environment-id}.live.dynatrace.com/api/&lt;/A&gt;v1/synthetic/monitors/SYNTHETIC_TEST-{random-string}&lt;UL&gt;&lt;LI&gt;Returned a correct response&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 07:39:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115071#M707</guid>
      <dc:creator>harpreet_dhillo</dc:creator>
      <dc:date>2019-03-06T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP synthetic monitors not returned in API call</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115072#M708</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/31352/view.html" nodeid="31352"&gt;@Harpreet D.&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;HTTP monitors are not yet supported via the API.&lt;BR /&gt;We will release that functionality with the next update of Dynatrace. (164)&lt;/P&gt;&lt;P&gt;Kind regards, Philipp&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 08:22:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115072#M708</guid>
      <dc:creator>Philipp_Kastner</dc:creator>
      <dc:date>2019-03-06T08:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP synthetic monitors not returned in API call</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115073#M709</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://answers.dynatrace.com/users/15958/view.html" nodeid="15958"&gt;@Philipp K.&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;On that note, is there a planned date for the release of the next update, 1.164 ?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 08:28:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115073#M709</guid>
      <dc:creator>harpreet_dhillo</dc:creator>
      <dc:date>2019-03-06T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP synthetic monitors not returned in API call</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115074#M710</link>
      <description>&lt;P&gt;Hi Philipp, &lt;/P&gt;&lt;P&gt;We are running managed 1.202, but I cannot see this functionality?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 15:23:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-synthetic-monitors-not-returned-in-API-call/m-p/115074#M710</guid>
      <dc:creator>tarjei</dc:creator>
      <dc:date>2020-10-22T15:23:16Z</dc:date>
    </item>
  </channel>
</rss>

