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
Tag: api
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
Cisco DNA Center REST API calls with Postman
In this article, we will take a look at base REST API calls to the Cisco DNA Center. As in the previous post, the Postman software will be used. Environment For the purpose of this article, we will use a
Cisco Meraki REST API calls with Postman
Since network automation is becoming more and more desirable in today’s networks, it’s worth knowing some of the basic methods which we can use. That’s why in today’s article, I want to show you basic REST API call examples based