<?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: Unable to download using monaco v2 in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/211072#M26036</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using Monaco version 1.8.9 and normally create a "environments.yaml":&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;test:
 - name: "test"
 - env-url: "https://{environmentid}.live.dynatrace.com"
 - env-token-name: "TEST_TOKEN"&lt;/LI-CODE&gt;&lt;P&gt;I set environments variables (in Windows):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;$env:NEW_CLI=1&lt;/LI&gt;&lt;LI&gt;$env:TEST_TOKEN="XXXXXXXXXXXXXXX"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And I execute command “monaco download --environments=environments.yaml”. It will download all APIs configuration to that environment.&lt;/P&gt;&lt;P&gt;If you want only a specific environment defined in YAML file or a specific API, you can use these parameters "monaco download -e environments.yaml -s test --specific-api synthetic-monitor"&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2023 09:18:16 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2023-05-01T09:18:16Z</dc:date>
    <item>
      <title>Unable to download using monaco v2</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/210432#M25886</link>
      <description>&lt;P&gt;Hi, I'm trying to run download using monaco 2.0.0 but it gets hung after the message "INFO Resolving dependencies between configurations".&amp;nbsp; This generates a really high CPU load on the server this command is run but doesnt progress. Didn't had any issue when running monaco 1.8.9 on the same server to download. Tried using both with a manifest.yaml file and also by specifying the url option with the same result. Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 11:36:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/210432#M25886</guid>
      <dc:creator>DS</dc:creator>
      <dc:date>2023-05-08T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to download using monaco v2</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/210434#M25887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you following &lt;A title="this" href="https://dynatrace.github.io/dynatrace-configuration-as-code/commands/downloading-configuration" target="_blank" rel="noopener"&gt;this&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;Could you paste which command are you using to download configuration?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 16:42:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/210434#M25887</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-04-21T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to download using monaco v2</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/210444#M25888</link>
      <description>&lt;P&gt;I'm using monaco version 2(not 1.8.9) for linux. Running the following command(same result whether I export NEW_CLI or not)&lt;/P&gt;
&lt;P data-unlink="true"&gt;monaco download --url https://{environmentid}.live.dynatrace.com&amp;nbsp;--token dynToken&lt;BR /&gt;and I export my token as&amp;nbsp;dynToken.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(With monaco 1.8.9 I can access and download using the same token. However I was advised to use version 2 by Dyn Support for deployment testings. So trying to get the download working first with v2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Updated:&lt;/P&gt;
&lt;P&gt;I can run the same command successfully if I specify "--only-api" but get stuck if I don't specify or use "--only-settings". However with --only-api option it doesnt download all the configuration in Dynatrace.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 06:54:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/210444#M25888</guid>
      <dc:creator>DS</dc:creator>
      <dc:date>2023-04-24T06:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to download using monaco v2</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/211072#M26036</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using Monaco version 1.8.9 and normally create a "environments.yaml":&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;test:
 - name: "test"
 - env-url: "https://{environmentid}.live.dynatrace.com"
 - env-token-name: "TEST_TOKEN"&lt;/LI-CODE&gt;&lt;P&gt;I set environments variables (in Windows):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;$env:NEW_CLI=1&lt;/LI&gt;&lt;LI&gt;$env:TEST_TOKEN="XXXXXXXXXXXXXXX"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And I execute command “monaco download --environments=environments.yaml”. It will download all APIs configuration to that environment.&lt;/P&gt;&lt;P&gt;If you want only a specific environment defined in YAML file or a specific API, you can use these parameters "monaco download -e environments.yaml -s test --specific-api synthetic-monitor"&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 09:18:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Unable-to-download-using-monaco-v2/m-p/211072#M26036</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-05-01T09:18:16Z</dc:date>
    </item>
  </channel>
</rss>

