DevNet blog
Andreas Baekdahl: From intern to CCIE instructor
This is the story of how I discovered the world of networking and certifications, and how my ambitions in this field, along with my passion for learning and teaching, have...
Andreas Baekdahl: From intern to CCIE instructor
This is the story of how I discovered the world of networking and certifications, and how my ambitions in this field, along with my passion for learning and teaching, have...
Data structure terminology
Did you know there is now such thing as a YAML list or a JSON dictionary? Let's get the terminology straight for basic data structures across four of the code languages we...
Data structure terminology
Did you know there is now such thing as a YAML list or a JSON dictionary? Let's get the terminology straight for basic data structures across four of the code languages we...
Accessing data in nested Python lists and dicts
When working with JSON based REST APIs, it is common to receive responses with nested data structures in various combinations. After converting JSON to a Python data structure we can easily...
Accessing data in nested Python lists and dicts
When working with JSON based REST APIs, it is common to receive responses with nested data structures in various combinations. After converting JSON to a Python data structure we can easily...
IOS-XE RESTCONF list element operations
In this blog post, we will cover RESTCONF on IOS-XE, exploring supported HTTP methods and endpoint paths, along with example JSON payloads and the corresponding CLI configuration results. Understanding which...
IOS-XE RESTCONF list element operations
In this blog post, we will cover RESTCONF on IOS-XE, exploring supported HTTP methods and endpoint paths, along with example JSON payloads and the corresponding CLI configuration results. Understanding which...
NETCONF anatony
In this article we will examine the basic characteristics of the NETCONF protocol as defined by the original RFC 6241. This protocol works as a standardized API for interacting...
NETCONF anatony
In this article we will examine the basic characteristics of the NETCONF protocol as defined by the original RFC 6241. This protocol works as a standardized API for interacting...
Terraform looping
In this article we will explore how to utilize the Terraform looping mechanism to manage Cisco ACI configuration based on JSON-like data. This enables us to store the configuration in...
Terraform looping
In this article we will explore how to utilize the Terraform looping mechanism to manage Cisco ACI configuration based on JSON-like data. This enables us to store the configuration in...