<?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 do I get a specific maintenance window via the API? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87783#M391</link>
    <description>&lt;P&gt;Hm interesting - yeah the ones I tried to get were from the UI as well. &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Aug 2018 17:48:01 GMT</pubDate>
    <dc:creator>JamesKitson</dc:creator>
    <dc:date>2018-08-15T17:48:01Z</dc:date>
    <item>
      <title>How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87780#M388</link>
      <description>&lt;P&gt;When I try to get a specific Maintenance Window, I get no results from the API. Getting all MWs works fine, but I want to get a specific one.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;https://path_to/e/my_managed_instance/api/v1/maintenance/test_mw&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 11:51:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87780#M388</guid>
      <dc:creator>grogers</dc:creator>
      <dc:date>2021-05-25T11:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87781#M389</link>
      <description>&lt;P&gt;I tried this and saw the same behavior. I'll update once I can find if this is an error in what we're sending or if it is a bug in the API. &lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:46:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87781#M389</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2018-08-15T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87782#M390</link>
      <description>&lt;P&gt;So on further investigation, I can get specific MWs that are created via the API, but not via the UI. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:15:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87782#M390</guid>
      <dc:creator>grogers</dc:creator>
      <dc:date>2018-08-15T15:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87783#M391</link>
      <description>&lt;P&gt;Hm interesting - yeah the ones I tried to get were from the UI as well. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:48:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87783#M391</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2018-08-15T17:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87784#M392</link>
      <description>&lt;P&gt;Did you try to access it by using the UUID that is generated by Dynatrace?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2018 04:25:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87784#M392</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2018-08-20T04:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87785#M393</link>
      <description>&lt;P&gt;No, I don't see a way to get that UUID, it's not exposed in the UI or the API when getting all Maintenance Windows.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;	"id": "test_mw",&lt;BR /&gt;	"type": "Planned",&lt;BR /&gt;	"description": "Test MW for Python Development",&lt;BR /&gt;	"suppressAlerts": false,&lt;BR /&gt;	"suppressProblems": false,&lt;BR /&gt;	"scope": {&lt;BR /&gt;		"entities": [],&lt;BR /&gt;		"matches": [&lt;BR /&gt;			{&lt;BR /&gt;				"type": "HOST",&lt;BR /&gt;				"tags": [&lt;BR /&gt;					{&lt;BR /&gt;						"context": "CONTEXTLESS",&lt;BR /&gt;						"key": "Confluence"&lt;BR /&gt;					}&lt;BR /&gt;				]&lt;BR /&gt;			}&lt;BR /&gt;		]&lt;BR /&gt;	},&lt;BR /&gt;	"schedule": {&lt;BR /&gt;		"type": "Once",&lt;BR /&gt;		"timezoneId": "America/Chicago",&lt;BR /&gt;		"maintenanceStart": "2018-08-15 21:00",&lt;BR /&gt;		"maintenanceEnd": "2018-08-15 22:00"&lt;BR /&gt;	}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2018 12:22:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87785#M393</guid>
      <dc:creator>grogers</dc:creator>
      <dc:date>2018-08-20T12:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87786#M394</link>
      <description>&lt;P&gt;Did you ever figure out a way to get the individual details or UUID?  I'm having the same issue.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2018 09:44:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87786#M394</guid>
      <dc:creator>scott_newbold</dc:creator>
      <dc:date>2018-09-07T09:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87787#M395</link>
      <description>&lt;P&gt;It appears that the API will return entries created in the API, but not those that are entered in the UI. I haven't seen the ability to get MWs by UUID.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2018 12:18:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87787#M395</guid>
      <dc:creator>grogers</dc:creator>
      <dc:date>2018-09-07T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87788#M396</link>
      <description>&lt;P&gt;Is there any plan to have this functionality working ? I don't see much sense on having it working only for MW created by API. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Aug 2019 17:40:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87788#M396</guid>
      <dc:creator>p000apaes</dc:creator>
      <dc:date>2019-08-27T17:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a specific maintenance window via the API?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87789#M397</link>
      <description>&lt;P&gt;Please use the /api/v1/config API. It exposes all the maintenance windows and represents the newer and advanced endpoint for all configurations. We will announce the deprecation of the old maintenance window endpoint soon.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2019 05:28:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-do-I-get-a-specific-maintenance-window-via-the-API/m-p/87789#M397</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2019-08-28T05:28:25Z</dc:date>
    </item>
  </channel>
</rss>

