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: requests
Cisco DNA REST API calls with Python’s requests library
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
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