Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Cisco Team,I'm trying to do some API tests with the Catalyst Centers Sandboxes. Unfortunatelly both ( https://sandboxdnac.cisco.com and https://sandboxdnac2.cisco.com ) seems not permitting any access anymore. I now get the error messages : {'erro...
it seems https://sandboxdnac.cisco.com is now restored. REST-API is currently functional with this box. https://sandboxdnac2.cisco.com is still responding with {'error': 'Base64 Authorization is not allowed'}. Hope that at least for one sandbox funct...
Hi bigevilbeard,thanks for your quick response. It stops very basically. I'm not able to retrive any token.def get_dnac_token():USERNAME = dnac["user"]PASSWORD = dnac["passwd"]BASE_URL = "https://"+dnac["host"]AUTH_URL = '/dna/system/api/v1/auth/toke...