<?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: Management Zone API in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187514#M1345</link>
    <description>&lt;P&gt;What exactly do you want? Results? Configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/synthetic" target="_self"&gt;Synthetic API v1&lt;/A&gt;&amp;nbsp;and filter for the Management Zone to get a list of all Synthetic Monitors in that MZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With&amp;nbsp;&lt;STRONG&gt;/api/v1/synthetic/monitors&amp;nbsp;&lt;/STRONG&gt;you can get a list of all synthetic monitors, which can be filtered with the&amp;nbsp;&lt;STRONG&gt;managementZone parameter.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then you can get more information about the monitor &lt;/STRONG&gt;with a request to&amp;nbsp;&lt;STRONG&gt;/api/v1/synthetic/monitors/{ID}.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2022 07:55:06 GMT</pubDate>
    <dc:creator>pahofmann</dc:creator>
    <dc:date>2022-06-01T07:55:06Z</dc:date>
    <item>
      <title>API Synthetic Monitors in Management Zone</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187507#M1343</link>
      <description>&lt;P&gt;Hi, I am looking for an API which will provide details of all monitors configured in a management zone.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:55:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187507#M1343</guid>
      <dc:creator>Balamurugesh</dc:creator>
      <dc:date>2022-06-01T07:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Management Zone API</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187514#M1345</link>
      <description>&lt;P&gt;What exactly do you want? Results? Configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/synthetic" target="_self"&gt;Synthetic API v1&lt;/A&gt;&amp;nbsp;and filter for the Management Zone to get a list of all Synthetic Monitors in that MZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With&amp;nbsp;&lt;STRONG&gt;/api/v1/synthetic/monitors&amp;nbsp;&lt;/STRONG&gt;you can get a list of all synthetic monitors, which can be filtered with the&amp;nbsp;&lt;STRONG&gt;managementZone parameter.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then you can get more information about the monitor &lt;/STRONG&gt;with a request to&amp;nbsp;&lt;STRONG&gt;/api/v1/synthetic/monitors/{ID}.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:55:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187514#M1345</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2022-06-01T07:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Management Zone API</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187528#M1346</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51242"&gt;@Balamurugesh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should use 2 different API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first one to list all MZ with there IDs.&lt;/P&gt;&lt;P&gt;&lt;A href="https://anb-srl-dynapp1.anb.net/e/d157051e-c593-4c26-9621-35b5618801a5/api/config/v1/managementZones?Api-Token=YOUR" target="_blank"&gt;https://YOURSERVER/e/ENVID/api/config/v1/managementZones?Api-Token=YOURTOKEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, with each ID, you can list the parameters of each MZ using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://anb-srl-dynapp1.anb.net/e/d157051e-c593-4c26-9621-35b5618801a5/api/config/v1/managementZones?Api-Token=YOUR" target="_blank"&gt;https://YOURSERVER/e/ENVID/api/config/v1/managementZones/{MZ_ID}?Api-Token=YOURTOKEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 05:15:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187528#M1346</guid>
      <dc:creator>Malaik</dc:creator>
      <dc:date>2022-06-01T05:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Management Zone API</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187537#M1348</link>
      <description>&lt;P&gt;That API is for Management Zones, the question is about Synthetic Monitors in a specific Management Zone.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:51:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187537#M1348</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2022-06-01T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Management Zone API</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187540#M1350</link>
      <description>&lt;P&gt;Houpa,&lt;/P&gt;&lt;P&gt;I missed one word&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Malaik_0-1654070152062.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5910i4F6611CB85C256E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Malaik_0-1654070152062.png" alt="Malaik_0-1654070152062.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:56:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/API-Synthetic-Monitors-in-Management-Zone/m-p/187540#M1350</guid>
      <dc:creator>Malaik</dc:creator>
      <dc:date>2022-06-01T07:56:00Z</dc:date>
    </item>
  </channel>
</rss>

