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.
Hello,
I am looking for a working python script to change DNAC Network Settings. I need to disable "Network"and "Client/Endpoint" AAA feature. Please share your config.
I used https://developer.cisco.com/docs/dna-center/#!create-network-v2 link as a...
I am using this request
{
"settings": {
"network_aaa": { }
}
}
and get back this error:
{
"response": {
"errorCode": "NCND00001",
"message": "NCND00001: The Common Settings request has validation errors",
...
There is no Trustpool in the current DNA version,
but you were right. I found a similar message at Settings > Certificates > Trusted Certificates. Updated Cisco PKI from external source and it solved this issue.
Thanks a lot!
Gabriel, thank you for the link you provided. I have unsuccessfully tested the code from Sites - Cisco Catalyst Center 2.3.7 - Cisco DevNet on dCloud "Cisco 4D IBN Campus PoV Sandbox 4.0 Revision 2.3.7.4" lab at LON.
the code completed with the follo...
Hello,
I have absolutely the same error. I am able to create site but not able to create building with API request.
The error pointing to the SSL certificate.
{
"executionId" : "6b6f4281-a59f-49c7-a49e-4166015b3bcb",
"statusCode" : 500,
"erro...