<?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 do REST-API's  to Catalyst Centers in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5149227#M10243</link>
    <description>&lt;P&gt;&lt;SPAN&gt;AES encryption for authentication on both sandbox dnac and dnac2 is disabled. Please keep in mind that users have ability to enable it with AES Key.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 17:56:53 GMT</pubDate>
    <dc:creator>ecorban</dc:creator>
    <dc:date>2024-07-23T17:56:53Z</dc:date>
    <item>
      <title>unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144256#M10186</link>
      <description>&lt;P&gt;Hi Cisco Team,&lt;/P&gt;&lt;P&gt;I'm trying to do some API tests with the Catalyst Centers Sandboxes. Unfortunatelly both ( &lt;A href="https://sandboxdnac.cisco.com" target="_blank" rel="noopener"&gt;https://sandboxdnac.cisco.com&lt;/A&gt; and &lt;A href="https://sandboxdnac2.cisco.com/" target="_blank" rel="noopener"&gt;https://sandboxdnac2.cisco.com )&amp;nbsp;&lt;/A&gt;seems not permitting any access anymore. I now get the error messages : {'error': 'Base64 Authorization is not allowed'}&lt;/P&gt;&lt;P&gt;It'd very benefical if this will be restored, are they in maintenance ? Only GUI is nice but especially for some advanced testing API's would be very helpful. Has something changed there ? I'm quite sure that some days ago it worked.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 13:45:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144256#M10186</guid>
      <dc:creator>uher01</dc:creator>
      <dc:date>2024-07-12T13:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144270#M10187</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1745378"&gt;@uher01&lt;/a&gt;&amp;nbsp;what testing are you trying to do, the always on devices only accept read/get request. Can you share your method/code&amp;nbsp;&lt;SPAN&gt;authentication?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144270#M10187</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-07-12T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144279#M10188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839"&gt;@bigevilbeard&lt;/a&gt;&amp;nbsp;- I'm also seeing this error (first time ever using so not confirmed working previously for me). When i use POST -&amp;nbsp;&lt;A href="https://sandboxdnac.cisco.com/dna/system/api/v1/auth/token" target="_blank" rel="noopener"&gt;https://sandboxdnac.cisco.com/dna/system/api/v1/auth/token&lt;/A&gt;&amp;nbsp;along with creds in header I get a 502 bad gateway error. When using POST -&amp;nbsp;&lt;A href="https://sandboxdnac2.cisco.com/dna/system/api/v1/auth/token" target="_blank" rel="noopener"&gt;https://sandboxdnac2.cisco.com/dna/system/api/v1/auth/token&lt;/A&gt;&amp;nbsp;i get an error;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;{&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;&amp;nbsp; &amp;nbsp; "error": "Base64 Authorization is not allowed"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times"&gt;}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:29:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144279#M10188</guid>
      <dc:creator>dannyboy1982</dc:creator>
      <dc:date>2024-07-12T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144280#M10189</link>
      <description>&lt;P&gt;Hi bigevilbeard,&lt;/P&gt;&lt;P&gt;thanks for your quick response. It stops very basically. I'm not able to retrive any token.&lt;/P&gt;&lt;P&gt;def get_dnac_token():&lt;BR /&gt;USERNAME = dnac["user"]&lt;BR /&gt;PASSWORD = dnac["passwd"]&lt;BR /&gt;BASE_URL = "https://"+dnac["host"]&lt;BR /&gt;AUTH_URL = '/dna/system/api/v1/auth/token'&lt;/P&gt;&lt;P&gt;response = requests.post(BASE_URL + AUTH_URL,&lt;BR /&gt;auth=HTTPBasicAuth(USERNAME, PASSWORD),&lt;BR /&gt;verify=False)&lt;BR /&gt;print(response.json())&lt;BR /&gt;#token = response.json()['Token']&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#return token&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:31:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144280#M10189</guid>
      <dc:creator>uher01</dc:creator>
      <dc:date>2024-07-12T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144286#M10190</link>
      <description>&lt;P&gt;&amp;nbsp;I too am unable to get anything and I get&amp;nbsp; an bad gateway when trying&amp;nbsp;&lt;A href="https://sandboxdnac.cisco.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://sandboxdnac.cisco.com&lt;/A&gt;&amp;nbsp;from Http I was able to get a token from Wednesday, I believe but not since then I can't doing anything for 2 either for a token however HTTPS works on the second one&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 14:44:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144286#M10190</guid>
      <dc:creator>crazednetworker</dc:creator>
      <dc:date>2024-07-12T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144294#M10191</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1756037"&gt;@dannyboy1982&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1745378"&gt;@uher01&lt;/a&gt;&amp;nbsp;sandboxdnac i get bad gateway on the UI and API for sandboxdnac2.. i get the same as yall, but i can access the UI ok. So must be a sandbox issue&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;❯ curl -s -X POST https://sandboxdnac2.cisco.com/dna/system/api/v1/auth/token -H "Authorization: Basic ZGV2bmV0dXNlcjpDaXNjbzEyMyE="
{"error":"Base64 Authorization is not allowed"}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 15:02:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5144294#M10191</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-07-12T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145222#M10202</link>
      <description>&lt;P&gt;AES encryption is on and appears to disable base64 auth method.&amp;nbsp; Not sure who to contact to change this setting&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelBoast_0-1721077497832.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/223492iF3C4032DA2D689D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelBoast_0-1721077497832.png" alt="MichaelBoast_0-1721077497832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 21:05:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145222#M10202</guid>
      <dc:creator>srnetworkadminsgi</dc:creator>
      <dc:date>2024-07-15T21:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145227#M10203</link>
      <description>&lt;P&gt;You will either have to contact someone with admin permissions for your Catalyst Center to have this changed, or start using the enabled AES encryption.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt;Making changes to this will break authentication for existing applications that are using AES encryption for authentication.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 22:04:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145227#M10203</guid>
      <dc:creator>Torbjørn</dc:creator>
      <dc:date>2024-07-15T22:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145420#M10204</link>
      <description>&lt;P&gt;As this is read only for user, guessing only an admin can change this -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352182"&gt;@jokearns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 08:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145420#M10204</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-07-16T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145910#M10210</link>
      <description>&lt;P&gt;This service now appears back up - I'm able to retrieve an auth token today&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 08:18:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145910#M10210</guid>
      <dc:creator>dannyboy1982</dc:creator>
      <dc:date>2024-07-17T08:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145955#M10211</link>
      <description>&lt;P&gt;unfortunatelly obviously only temporary, still get {'error': 'Base64 Authorization is not allowed'}&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 10:02:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5145955#M10211</guid>
      <dc:creator>uher01</dc:creator>
      <dc:date>2024-07-17T10:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5147187#M10221</link>
      <description>&lt;P&gt;it seems &lt;A href="https://sandboxdnac.cisco.com" target="_blank" rel="noopener"&gt;https://sandboxdnac.cisco.com&lt;/A&gt; is now restored. REST-API is currently functional with this box. &lt;A href="https://sandboxdnac2.cisco.com" target="_blank" rel="noopener"&gt;https://sandboxdnac2.cisco.com&lt;/A&gt; is still responding with {'error': 'Base64 Authorization is not allowed'}. Hope that at least for one sandbox function will remain.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 14:44:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5147187#M10221</guid>
      <dc:creator>uher01</dc:creator>
      <dc:date>2024-07-19T14:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5149227#M10243</link>
      <description>&lt;P&gt;&lt;SPAN&gt;AES encryption for authentication on both sandbox dnac and dnac2 is disabled. Please keep in mind that users have ability to enable it with AES Key.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 17:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5149227#M10243</guid>
      <dc:creator>ecorban</dc:creator>
      <dc:date>2024-07-23T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: unable to do REST-API's  to Catalyst Centers</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5149302#M10247</link>
      <description>&lt;P&gt;hey i got your point and you can direct contact with website taker in Instagram through this website enjoy it.&amp;nbsp;&amp;nbsp;&lt;A href="https://iiganony.com/" target="_blank"&gt;https://iiganony.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 20:43:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/unable-to-do-rest-api-s-to-catalyst-centers/m-p/5149302#M10247</guid>
      <dc:creator>joanlee9494</dc:creator>
      <dc:date>2024-07-23T20:43:39Z</dc:date>
    </item>
  </channel>
</rss>

