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 Guys Please I am getting an error running the program from the Cisco Devnet repository "https://github.com/CiscoDevNet/Getting-started-with-Cisco-SD-WAN-REST-APIs" . Am getting the error below when I run the script against my production VMANAGE...
Hello Guys Please I am getting an error running the program from the Cisco Devnet repository "https://github.com/CiscoDevNet/Getting-started-with-Cisco-SD-WAN-REST-APIs" . Am getting the error below when I run the script against my production VMANAGE...
Hello,I am unable to connect to the Cisco SD-WAN 20.4 sandbox lab via Anyconnect with the vpn credentials provided. It connects to the Network lab address but when I put the username and password am getting "login failed"Please help
Hello Pawan You need to turn off ssl verification I'm not sure how this is done in curl but with python requests library, you add verify=False in your post request. url = "https://10.10.10.10/j_security_check"payload='j_username=****&j_password=*****...