This will cover most things REST API at the fundamental level needed for the DEVASC, some items / tools not entirely clear here should be independently reviewed, as this article is long enough with me doing a full screenshot walkthrough of Postman REST API Tool 🙂 With that, lets get this party started! What an … Continue reading DEVASC REST API Deep Dive – API Types / Methods / Status Codes / Headers / Pagination / Rate-Limit / Tools / Python Scripted REST API Calls – Easy points on exam day!
Category: XML
DEVASC Quick Notes – Northbound vs Southbound API, Async vs Sync, REST API Basics, HTTP and CRUD Verbs, SOAP API, RPC reviewed!
Kaboom - And then there was APIs! Lets get right into it and get this DEVASC passed!!! 🙂 Northbound vs Southbound APIs, Synchronous vs Asynchronous, Authentication types! API (Application Programming Interfaces) allow Applications to talk to software to perform various tasks (configure / read / delete resources), the most common of these for DevNet exam … Continue reading DEVASC Quick Notes – Northbound vs Southbound API, Async vs Sync, REST API Basics, HTTP and CRUD Verbs, SOAP API, RPC reviewed!
DEVASC Python – Working with Data Types Raw Text / JSON / XML / YAML, tons of MUST KNOW details for DEVASC exam day! Deep Dive!
I feel I should warn up front, this is a very long, detailed post filled with things that will appears on the DEVASC exam questions - Do not miss these easy points! All cute stuff aside lets get right into more Python - Working with Data Types Python is able to use its native language … Continue reading DEVASC Python – Working with Data Types Raw Text / JSON / XML / YAML, tons of MUST KNOW details for DEVASC exam day! Deep Dive!
Week 2 of the Cisco DevNet Grind – EVERYTHING you will need for the DEVASC regarding REST APIs – Acronyms / Design / Status Codes / Webhooks / Troubleshooting!
Intro to APIs API = Application Programming Interface, APIs define how users / developer / other applications can communicate with each other, API's will generally use web-services or web based communication however they can use unique protocols for proprietary APIs. API's not only provide communication, but also secured communication by several different methods, and all … Continue reading Week 2 of the Cisco DevNet Grind – EVERYTHING you will need for the DEVASC regarding REST APIs – Acronyms / Design / Status Codes / Webhooks / Troubleshooting!
Parsing Data Formats (XML / JSON / YAML) using Python 3 – A little patch work but found some good demo’s!
One big note on this - It will need some updating at least in the YAML section as my training material I currently use teaches in Python 2, which a Cisco Instructor for DevNet has confirmed that DevNet exams will focus on Python 3. So this article will need a bit of polishing up, but … Continue reading Parsing Data Formats (XML / JSON / YAML) using Python 3 – A little patch work but found some good demo’s!
DevNet Data Formats XML, JSON, and YAML in review, and what to expect on exam day / what you will want to know!
Above is a screen snip of the properly formatted data formats from previous posts (Let me start by saying I have never taken or heard anything about the Cisco DevNet exam that was not presented on DevNet Day 2020 in June) In the real world I know there are templates in open GIT Repositories for … Continue reading DevNet Data Formats XML, JSON, and YAML in review, and what to expect on exam day / what you will want to know!
XML – Proper formatting, components explained via IOS config and small “Awesome Food” Data File, and XML DOM (Document Object Model) review!
Above is an example of "sh run | format" XML output from R1 from my Auto Lab! In every Cisco IOS device "sh run" output comes in the format of ASCII by default for human readability (thank you Cisco), however its native "computer readable" format is XML which is shown in the above graphic which … Continue reading XML – Proper formatting, components explained via IOS config and small “Awesome Food” Data File, and XML DOM (Document Object Model) review!