In the previous article on Cisco SD-WAN, I’ve shown you how to interact with the vManage using Postman software. Now it’s time to do some coding. We will interact with the SD-WAN using the Python requests library. For this article,
Tag: devasc200-901
Cisco SD-WAN REST API calls with Postman
This article starts a series covering the depths of Cisco SD-WAN. This time, however, we will just scratch the surface with some basic requests. For that, we will use the Postman software and Cisco SD-WAN 20.4 Always On sandbox Authentication
Cisco Meraki REST API calls using SDK
In the previous article about Cisco Meraki, I’ve shown you a way to interact with REST API by using the requests library. This article is focused on a Meraki SDK, which provides an easier way to interact with Meraki. Tools
Cisco DNA REST API calls using SDK
There are various methods of interacting with the Cisco DNA Center. In the previous articles, I’ve shown you how to execute REST API calls by using Postman software and Python’s requests library. This time, I’ll use an SDK dedicated for
Common protocols port values
In this article you can find port values for common network protocols. Recognize common protocol port values (such as SSH, Telnet, HTTP, HTTPS, and NETCONF) Cisco DEVASC 200-901 exam topic covered in this article Protocol Port Protocol FTP – data
Parsing XML/JSON/YAML into Python data structures
In this article, I’ll cover how to parse XML, JSON, and YAML data structures into Python. If you want to learn more about data structures, visit this article. Describe parsing of common data format (XML, JSON, and YAML) to Python
Data model comparsion – XML/JSON/YAML
This is the first article from a series on the Cisco DevNet Associate exam (DEVASC 200-901). I’m currently preparing for this exam, so in the following weeks, I’ll be publishing articles about the exam topics. Compare data formats (XML, JSON,