<?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: Monaco - dashboard - managment zone id in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/230992#M29951</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have defined management zone as them?&amp;nbsp;&lt;A href="https://github.com/Dynatrace/dynatrace-configuration-as-code/blob/main/cmd/monaco/generate/deletefile/test-resources/project/management-zone/settings_config.yaml" target="_blank"&gt;https://github.com/Dynatrace/dynatrace-configuration-as-code/blob/main/cmd/monaco/generate/deletefile/test-resources/project/management-zone/settings_config.yaml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You need to create a management zone and maintenance window has a reference to that management zone id.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 17:11:02 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2023-12-05T17:11:02Z</dc:date>
    <item>
      <title>Monaco - dashboard - managment zone id</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/171880#M18290</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm trying to manage the monaco automation.&lt;BR /&gt;I have a problem with the dashboard configuration.&lt;BR /&gt;I have tried to create&amp;nbsp;Service health with managment zone. In a JSON file, I have to provide the management zone id.&lt;BR /&gt;I have created the management zone with Monaco too.&lt;BR /&gt;Please advise how to make Monaco retrieve the appropriate id management zone by itself.&lt;BR /&gt;I try with this configuration:&lt;BR /&gt;json:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"managementZone": {
"id": "{{ .managmentzone_id }}",
"name": "demo_test"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;yaml:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;managmentzone_id: project/management-zone/zone.json&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;This configuration create correct dashboard, but without managment zone&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 13:28:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/171880#M18290</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2021-09-08T13:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco - dashboard - managment zone id</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/171945#M18299</link>
      <description>&lt;P&gt;The yaml part is wrong in your case, you need to specify the .id or .name suffix depending on what you need to reference:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;managmentzone_id: project/management-zone/zone.id&lt;/LI-CODE&gt;&lt;P&gt;The zone in this case is the name of the entity defined in the yaml file for management zones.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 19:33:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/171945#M18299</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-09-08T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco - dashboard - managment zone id</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/230959#M29950</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;when deploying Monaco maintenance, we are stuck with yaml where its not able to take the management zone id and its giving an error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invalid configuration - failed to resolve parameter values: parameter `mzID` cannot reference `maintenance:management-zones:XXXXX:id`: referenced config not found&lt;/P&gt;&lt;P&gt;The yaml used here is:&amp;nbsp;&lt;A href="https://github.com/Dynatrace/dynatrace-configuration-as-code/blob/main/cmd/monaco/generate/deletefile/test-resources/project/maintenance-window/settings_config.yaml" target="_blank"&gt;https://github.com/Dynatrace/dynatrace-configuration-as-code/blob/main/cmd/monaco/generate/deletefile/test-resources/project/maintenance-window/settings_config.yaml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I guess I am not able pass mzID correctly, can you please advise where to pass management zone id in this YAML?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 14:59:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/230959#M29950</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-12-05T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco - dashboard - managment zone id</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/230992#M29951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have defined management zone as them?&amp;nbsp;&lt;A href="https://github.com/Dynatrace/dynatrace-configuration-as-code/blob/main/cmd/monaco/generate/deletefile/test-resources/project/management-zone/settings_config.yaml" target="_blank"&gt;https://github.com/Dynatrace/dynatrace-configuration-as-code/blob/main/cmd/monaco/generate/deletefile/test-resources/project/management-zone/settings_config.yaml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You need to create a management zone and maintenance window has a reference to that management zone id.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 17:11:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/230992#M29951</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-12-05T17:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Monaco - dashboard - managment zone id</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/231026#M29957</link>
      <description>&lt;P&gt;Yes, I found the issue and it was more into config.yaml of maintenance where mzID needs to be defined. Below is format if someone is stuck in similar issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Raj_0-1701848455602.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16069iAFB19B8C577BAEFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Raj_0-1701848455602.png" alt="Raj_0-1701848455602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 07:41:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Monaco-dashboard-managment-zone-id/m-p/231026#M29957</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-12-06T07:41:41Z</dc:date>
    </item>
  </channel>
</rss>

