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.
For a software project i would like to know if there is a list of available commands depending on the model and IOS version of a device. Thanks in advance!
Hello,i am trying to connect to the DNA Sandbox with following script:import http.client
conn = http.client.HTTPSConnection("sandboxdnac.cisco.com")
headers = {
'content-type': "application/json",
'authorization': "<Authorization>"
}
c...
Alright, i don't know if this is intended but i somehow found a workaround. In case that you are not able to get the 'token' via Python, you have to get ON the pageof the Sandbox API. Follow these steps:Go to the Cisco DNA Center Platform (https://sa...
Thank you very much for your answer! Unfortunately, no solution was mentioned to my problem. Because i was in hurry, i forgot to mention something important. First: I copied the script from the API Documentation on the Sandbox PageSecond: I am ...