In this article, I’ve shown you how to execute simple REST API calls to the Cisco DNA Center using Postman. Today, we will switch to Python to build a couple of useful scripts. Tools To run REST API calls we
Tag: python
Cisco Meraki REST API calls with Python’s requests library
In the previous articles, I’ve described how to execute REST API calls using Postman software. This time we will dive into Python. Tools To run REST API calls we will use Python3 with the requests library. It’s not installed by
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
Universal Network Backup Tool
Managing a multi-vendor network environment can be challenging. Especially when it comes to performing configuration backup tasks. Each vendor has its own approach to accomplishing such a task. Some network equipment even doesn’t have any built-in mechanism to send running-configuration
Network Config Generator
Being a network engineer in a dynamic environment can be sometimes tough. Especially when you face many interface reconfigurations in your daily routine. In this article, I want to share with you a tool, that can make your job easier,