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.
Recently Cisco joined the OpenAPI initiative: https://www.openapis.org/blog/2022/10/18/cisco-joins-openapi-initiativeThis lead me to believe that I could somehow import the DNA Center API collection into Postman for easy testing, based on an OpenAPI ...
The username and password should work. An alternative is "sandboxdnac2.cisco.com". As mentioned by other users, you must disable certificate verification. Example when using the dnacentersdk:dnac = api.DNACenterAPI(base_url="https://sandboxdnac2.cisc...
Thanks for your answer. I was indeed able to find it for Meraki and Cisco SD-WAN (Viptela) solutions, which is why I hoped it would exist for DNAC as well. Hopefully Cisco will make this available soon.
I'm not looking for the OpenAPI specification itself. I'm looking for the JSON or YAML format definition of the DNA Center API specifically. This definition describes all the paths/resources, methods, responses and models in use for DNAC.OpenAPI-comp...