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: devnet
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
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,