netprog_basics
netprog_basics copied to clipboard
Code, Examples, and Resources for the Network Programmability Basics Video Course
Updated links for DNA Center Labs 2 and 3
Bang missing from shebang; won't run as-is
ERROR: Could not find a version that satisfies the requirement acicobra (from versions: none) ERROR: No matching distribution found for acicobra Both example files run fine without acicobra as far...
We need to update the NETCONF ports and URLs for the Always-On IOS XE on CSR Recommended Code device in the device_info.py file. The DevNet Always-On Sandbox APIC-EM sandbox is...
Bang missing from shebang; won't run as-is
In order for example1 to run, we need to update the NETCONF ports and URLs for the Always-On IOS XE on CSR Recommended Code and Always-On IOS XE on CSR...
from #! /usr/bin/env python to #!/usr/bin/env python3
Unfortunately, the Chuck Norris API introduced at around 18:24 of the video is no longer online…. https://developer.cisco.com/video/net-prog-basics/01-programming_fundamentals/rest_part_1/curl_examples.sh …and it’s referenced as well in the GitHub repo here… https://github.com/CiscoDevNet/netprog_basics/blob/master/programming_fundamentals/rest_part_1/curl_examples.sh We could...