0% found this document useful (0 votes)
8 views63 pages

DEVNET v1.1 Learning Matrix

The learning matrix aims to assist individuals in becoming certified by offering tailored study resources, including books, webinars, and design guides. It emphasizes the importance of self-evaluation and encourages the use of additional resources beyond those listed in the matrix. The document serves as a living reference that can be updated with suggestions for further content.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views63 pages

DEVNET v1.1 Learning Matrix

The learning matrix aims to assist individuals in becoming certified by offering tailored study resources, including books, webinars, and design guides. It emphasizes the importance of self-evaluation and encourages the use of additional resources beyond those listed in the matrix. The document serves as a living reference that can be updated with suggestions for further content.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 63

Goal

. The goal of this learning matrix is to help you attain your goal to become certified by providing study resources tail
. It is intended to be used as a reference, and not to provide a complete list of all resources available. The matrix foc
. These widely available preparation resources can be in the form of specific chapters of books, Cisco Validated Desi
webinars, VoDs, SRNDs, white papers, case studies, design guides, Design TechNotes, reference guides, etc.
. The evolving technologies domain is shared between tracks, the leraning matrix for this domain can be found here

Disclaimer
. There is no guarantee that you will be able to pass the exam by only referring to material provided within this matr
. There are a lot of other resources (both internal and external) that cover the same exam topics. You are encouraged to use a
. This matrix should be considered a living document and taking into account the sheer amount of possible relevant content, t
. We encourage you to participate and engage with us, so if you have any suggestions for further content or any comments re

How to make the best out of this learning matrix?


1.1. Evaluate yourself and determine which areas you need to improve in

1.2. Create a strategy


Determine which preparation resources YOU need based upon your self-evaluation. Several options might be provid

1.3. Get preparation resources tailored to your own needs


Buy or borrow books, schedule classes, find a study partner, etc. In short, arrange all YOU need to get ready for the

1.4. Are you ready?


Once you are comfortable you are mastering exam topics, register and take the exam.

1.5. Pass?
Did you pass? Great! Did you not? Do not despair, do a lessons learned review and update your self-evaluation.
viding study resources tailored to your own needs.
es available. The matrix focusses primarely on Cisco and Cisco Press content.
ooks, Cisco Validated Design documents (CVDs), Cisco Live 365 presentations, courses,
erence guides, etc.
domain can be found here

l provided within this matrix. But it will certainly improve your skills, which will serve as the foundation you need to build upon
You are encouraged to use any other resources at your own discretion during your exam preparation.
f possible relevant content, the objective here is to refine and improve this compilation of resources over time, so please refer to it freque
content or any comments regards to the current content, please let us know.

ral options might be provided to prepare to each topic, you might not need all of them.

need to get ready for the exam.

e your self-evaluation.
on you need to build upon.

e, so please refer to it frequently.


Sub-Domain
Domain

Task-ID
ID

1 Software Development and Design


1.1 Compare data formats (XML, JSON, and YAML)

1.2 Describe parsing of common data format (XML, JSON, and YAML) to Python data structures

1.3 Describe the concepts of test-driven development

1.4 Compare software development methods (agile, lean, and waterfall)

1.5 Explain the benefits of organizing code into methods / functions, classes, and modules

1.6 Identify the advantages of common design patterns (MVC and Observer)

1.7 Explain the advantages of version control

1.8 Utilize common version control operations with Git


1.8.a Clone
1.8.b Add/Remove
1.8.c Commit
1.8.d Push/Pull
1.8.e Branch
1.8.f Merge and Handling Conflicts
1.8.g Diff

2 Understanding and Using APIs


2.1 Construct a REST API request to accomplish a task given API documentation

2.2 Describe common usage patterns related to webhooks

2.3 Identify the constraints when consuming APIs

2.4 Explain common HTTP response codes associated with REST APIs
2.5 Troubleshoot a problem given the HTTP response code, request and API documentation

2.6 Identify the parts of an HTTP response (response code, headers, body)

2.7 Utilize common API authentication mechanisms: basic, custom token, and API keys

2.8 Compare common API styles (REST, RPC, synchronous, and asynchronous)

2.9 Construct a Python script that calls a REST API using the requests library

3 Cisco Platforms and Development


3.1 Construct a Python script that uses a Cisco SDK given SDK documentation

3.2 Describe the capabilities of Cisco network management platforms and APIs (Meraki, Cisco DNA Cente

3.3 Describe the capabilities of Cisco compute management platforms and APIs (UCS Manager and Inters

3.4 Describe the capabilities of Cisco collaboration platforms and APIs (Webex, Webex devices, Cisco Unifi

3.5 Describe the capabilities of Cisco security platforms and APIs (XDR, Firepower, Umbrella, Secure Endp

3.6 Describe the device level APIs and dynamic interfaces for IOS XE and NX-OS

3.7 Identify the appropriate DevNet resource for a given scenario (Sandbox, Code Exchange, support, foru

3.8 Apply concepts of model driven programmability (YANG, RESTCONF, and NETCONF) in a Cisco environ
3.9 Construct code to perform a specific operation based on a set of requirements and given API referenc
3.9.a Obtain a list of network devices by using Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, or NSO

3.9.b Manage spaces, participants, and messages in Webex

3.9.c Obtain a list of clients / hosts seen on a network using Meraki or Cisco DNA Center

4 Application Deployment and Security


4.1 Describe benefits of edge computing

4.2 Identify attributes of different application deployment models (private cloud, public cloud, hybrid clo

4.3 Identify the attributes of these application deployment types


4.3.a Virtual Machines
4.3.b Bare Metal
4.3.c Containers
4.4 Describe components for a CI/CD pipeline in application deployments

4.5 Construct a Python unit test

4.6 Interpret contents of a Dockerfile

4.7 Utilize Docker images in local developer environment

4.8 Identify application security issues related to secret protection, encryption (storage and transport), an

4.9 Explain how firewall, DNS, load balancers, and reverse proxy in application deployment

4.10 Describe top OWASP threats (such as XSS, SQL injections, and CSRF)

4.11 Utilize Bash commands (file management, directory navigation, and environmental variables)

4.12 Identify the principles of DevOps practices

5 Infrastructure and Automation


5.1 Describe the value of model driven programmability for infrastructure automation

5.2 Compare controller-level to device-level management


5.3 Describe the use and roles of network simulation and test tools (such as Cisco Modeling Labs and pyA

5.4 Describe the components and benefits of CI/CD pipeline in infrastructure automation

5.5 Describe principles of infrastructure as code

5.6 Describe the capabilities of automation tools such as Ansible, Terraform and Cisco NSO

5.7 Identify the workflow being automated by a Python script that uses Cisco APIs including ACI, Meraki,

5.8 Identify the workflow being automated by an Ansible playbook (management packages, user manage

5.9 Identify the workflow being automated by a bash script (such as file management, app install, user

5.10 Interpret the results of a RESTCONF or NETCONF query

5.11 Interpret basic YANG models

5.12 Interpret a unified diff

5.13 Describe the principles and benefits of a code review process

5.14 Interpret sequence diagram that includes API calls

6 Network Fundamentals
6.1 Describe the purpose and usage of MAC addresses and VLANs

6.2 Describe the purpose and usage of IP addresses, routes, subnet mask / prefix, and gateways

6.3 Describe the function of common networking components (such as switches, routers, firewalls, and lo

6.4 Interpret a basic network topology diagram with elements such as switches, routers, firewalls, load b

6.5 Describe the function of management, data, and control planes in a network device
6.6 Describe the functionality of these IP Services: DHCP, DNS, NAT, SNMP, NTP

6.7 Recognize common protocol port values (such as, SSH, Telnet, HTTP, HTTPS, and NETCONF)

6.8 Identify cause of application connectivity issues (NAT problem, Transport Port blocked, proxy, and VP

6.9 Explain the impacts of network constraints on applications


Sub-Task-ID

opment and Design


ta formats (XML, JSON, and YAML)

sing of common data format (XML, JSON, and YAML) to Python data structures

concepts of test-driven development

ftware development methods (agile, lean, and waterfall)

benefits of organizing code into methods / functions, classes, and modules

advantages of common design patterns (MVC and Observer)

advantages of version control

mon version control operations with Git

e and Handling Conflicts

and Using APIs


REST API request to accomplish a task given API documentation

mmon usage patterns related to webhooks

constraints when consuming APIs

mon HTTP response codes associated with REST APIs


t a problem given the HTTP response code, request and API documentation

parts of an HTTP response (response code, headers, body)

mon API authentication mechanisms: basic, custom token, and API keys

mmon API styles (REST, RPC, synchronous, and asynchronous)

Python script that calls a REST API using the requests library

and Development
Python script that uses a Cisco SDK given SDK documentation

capabilities of Cisco network management platforms and APIs (Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, and NSO)

capabilities of Cisco compute management platforms and APIs (UCS Manager and Intersight)

capabilities of Cisco collaboration platforms and APIs (Webex, Webex devices, Cisco Unified Communication Manager includ

capabilities of Cisco security platforms and APIs (XDR, Firepower, Umbrella, Secure Endpoint, ISE, and Secure Malware Anal

device level APIs and dynamic interfaces for IOS XE and NX-OS

appropriate DevNet resource for a given scenario (Sandbox, Code Exchange, support, forums, Learning Labs, and API docume

pts of model driven programmability (YANG, RESTCONF, and NETCONF) in a Cisco environment
de to perform a specific operation based on a set of requirements and given API reference documentation such as these:
in a list of network devices by using Meraki, Cisco DNA Center, ACI, Cisco SD-WAN, or NSO

age spaces, participants, and messages in Webex

in a list of clients / hosts seen on a network using Meraki or Cisco DNA Center

ployment and Security


nefits of edge computing

butes of different application deployment models (private cloud, public cloud, hybrid cloud, and edge)

attributes of these application deployment types


al Machines

mponents for a CI/CD pipeline in application deployments

Python unit test

ntents of a Dockerfile

er images in local developer environment

ication security issues related to secret protection, encryption (storage and transport), and data handling

firewall, DNS, load balancers, and reverse proxy in application deployment

OWASP threats (such as XSS, SQL injections, and CSRF)

commands (file management, directory navigation, and environmental variables)

principles of DevOps practices

and Automation
value of model driven programmability for infrastructure automation

ntroller-level to device-level management


use and roles of network simulation and test tools (such as Cisco Modeling Labs and pyATS)

components and benefits of CI/CD pipeline in infrastructure automation

nciples of infrastructure as code

capabilities of automation tools such as Ansible, Terraform and Cisco NSO

workflow being automated by a Python script that uses Cisco APIs including ACI, Meraki, Cisco DNA Center and RESTCONF

workflow being automated by an Ansible playbook (management packages, user management

workflow being automated by a bash script (such as file management, app install, user

e results of a RESTCONF or NETCONF query

sic YANG models

principles and benefits of a code review process

quence diagram that includes API calls

purpose and usage of MAC addresses and VLANs

purpose and usage of IP addresses, routes, subnet mask / prefix, and gateways

function of common networking components (such as switches, routers, firewalls, and load balancers)

asic network topology diagram with elements such as switches, routers, firewalls, load balancers, and port values

function of management, data, and control planes in a network device


functionality of these IP Services: DHCP, DNS, NAT, SNMP, NTP

ommon protocol port values (such as, SSH, Telnet, HTTP, HTTPS, and NETCONF)

se of application connectivity issues (NAT problem, Transport Port blocked, proxy, and VPN)

mpacts of network constraints on applications


Books

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Center, ACI, Cisco SD-WAN, and NSO)
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Intersight)
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

co Unified Communication Manager including AXL and UDS interfaces)


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

e Endpoint, ISE, and Secure Malware Analytics)


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

rt, forums, Learning Labs, and API documentation)


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
environment
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
ference documentation such as these:
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


rid cloud, and edge)
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


ort), and data handling
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


eraki, Cisco DNA Center and RESTCONF
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
management
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Network Programmability and Automation Fundamentals

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


and load balancers)
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

load balancers, and port values


Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide
Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide

Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide


Cisco Live
Training

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course


Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2262

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course


Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2535
DEVNET-1332
DEVNET-1314
DEVNET-1303
DEVNET-1217

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2046
Cisco DevNet Sandbox: Collaboration Labs LiveLessons

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-1083

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course BRKCRT-2080
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course BRKNMS-2032

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-1314
DEVNET-1217
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco DevNet Sandbox: Collaboration Labs LiveLessons
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-1314

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course BRKENT-1908

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-1221

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course


Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2015

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course BRKOPS-2312

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course BRKCLD-1003

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2273
Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2015

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2015

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2252

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-1303

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2252

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-2628

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course DEVNET-1241

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course


Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course

Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course


Online Ref.

XML vs. JSON vs. YAML

XML vs. JSON vs. YAML

Agile Product Development

Introduction to Version Control

Introduction to Version Control


Introduction to Version Control
Introduction to Version Control
Introduction to Version Control
Introduction to Version Control
Introduction to Version Control
Introduction to Version Control

REST API Basics

Using Webhooks - Rooms, Messages, Memberships and More!

REST API Basics


REST API Basics

REST API Basics

API Essential: Authentication

Synchronous vs. Asynchronous API

Rest API using Python

Rest API using Python

Cisco Meraki Dashboard API


DNA Overview
Cisco APIC REST API User Guide
NSO: The Bridge to Automation
Cisco SD-WAN vManage API

Cisco UCS Director


Cisco Intersight RESTful API

Access the Webex API


What is Administrative XML?
User Data Services (UDS)

Firepower Management Center REST API Quick Start Guide


Umbrella API Quick Start
Secure Endpoint API
Cisco Secure Malware Analytics (Threat Grid)

Cisco IOS XE REST API Management Reference Guide


Cisco Nexus 9000 Series NX-OS Programmability Guide

Cisco Developer
Model-Driven Programmability for - Cisco

Meraki - Using the Organization Inventory


NSO - How to get device list using json-rpc?
How to Create and Automate a Webex Space
Webex Meetings API Options for Developers
DNAC REST API: Existing Endpoint for getting all clients

What Is Edge Computing?

What Is Hybrid Cloud?

What Is CI/CD?

Test-Driven Automation with pyATS

Cisco NSO local install via Dockerfile

Understanding Container Images

Test Automation for Application Security

Cisco IOS Shell Command Reference

The History of DevOps & NetDevOps

Model-Driven Programmability for - Cisco


Cisco Modeling Labs

Using CI/CD Pipelines for Infrastructure Configuration and Management

What Is Infrastructure as Code?

Automating Cisco Using Ansible

Getting started with Meraki API using Python

Automating Cisco Using Ansible

Cisco IOS Shell Command Reference

Cisco NETCONF and REST Device Management API

Network Automation using YANG Models

Understanding and Configuring VLANs

IPv4 Subnetting Reference

How Does a Router Work?


Understand how Load Balancing Works
What Is a Firewall?
How Does a Switch Work?

Connecting Networks Companion Guide: Hierarchical Network Design


Control Plane

Understanding the Domain Name System


DHCP Overview
What Is Network Address Translation (NAT)?
SNMP Concepts and Configuration
Network Time Protocol

Ports and Protocols

Verify and Troubleshoot Basic NAT Operations


Troubleshooting VPN Connections

Ensure Application Performance Solution Overview


Sub-Domain
Domain

Task-ID
ID

1 Software Development and Design


1.1 Describe distributed applications related to the concepts of front-end, back-end, and load balancing

1.2 Evaluate an application design considering scalability and modularity

1.3 Evaluate an application design considering high-availability and resiliency (including on-premises, hyb

1.4 Evaluate an application design considering latency and rate limiting

1.5 Evaluate an application design and implementation considering maintainability

1.6 Evaluate an application design and implementation considering observability

1.7 Diagnose problems with an application given logs related to an event

1.8 Evaluate choice of database types with respect to application requirements (such as relational, docum

1.9 Explain architectural patterns (monolithic, services oriented, microservices, and event driven)

1.10 Utilize advanced version control operations with Git


1.10.a Merga a branch
1.10.b Resolve conflicts
1.10.c git reset
1.10.d git checkout
1.10.e git revert
1.11 Explain the concepts of release packaging and dependency management

1.12 Construct a sequence diagram that includes API calls

2 Using APIs
2.1 Implement robust REST API error handling for time outs and rate limits
2.2 Implement control flow of consumer code for unrecoverable REST API errors

2.3 Identify ways to optimize API usage through HTTP cache controls

2.4 Construct an application that consumes a REST API that supports pagination

2.5 Describe the steps in the OAuth2 three-legged authorization code grant flow

3 Cisco Platforms
3.1 Construct API requests to implement chatops with Webex API

3.2 Construct API requests to create and delete objects using Firepower device management (FDM)

3.3 Construct API requests using the Meraki platform to accomplish these tasks
3.3.a Use Meraki Dashboard APIs to enable an SSID
3.3.b Use Meraki location APIs to retrieve location data
3.4 Construct API calls to retrieve data from Intersight

3.5 Construct a Python script using the UCS APIs to provision a new UCS server given a template

3.6 Construct a Python script using the Cisco DNA center APIs to retrieve and display wireless health infor

3.7 Describe the capabilities of AppDynamics when instrumenting an application

3.8 Describe steps to build a custom dashboard to present data collected from Cisco APIs

4 Application Deployment and Security


4.1 Diagnose a CI/CD pipeline failure (such as missing dependency, incompatible versions of components

4.2 Integrate an application into a prebuilt CD environment leveraging Docker and Kubernetes

4.3 Describe the benefits of continuous testing and static code analysis in a CI pipeline

4.4 Utilize Docker to containerize an application

4.5 Describe the tenets of the "12-factor app"


4.6 Describe an effective logging strategy for an application

4.7 Explain data privacy concerns related to storage and transmission of data

4.8 Identify the secret storage approach relevant to a given scenario

4.9 Configure application specific SSL certificates

4.10 Implement mitigation strategies for OWASP threats (such as XSS, CSRF, and SQL injection)

4.11 Describe how end-to-end encryption principles apply to APIs

5 Infrastructure and Automation


5.1 Explain considerations of model-driven telemetry (including data consumption and data storage)

5.2 Utilize RESTCONF to configure a network device including interfaces, static routes, and VLANs (IOS XE

5.3 Construct a workflow to configure network parameters with:


5.3.a Ansible playbook
5.3.b Terraform
5.4 Identify a configuration management solution to achieve technical and business requirements

5.5 Describe how to host an application on a network device (including Catalyst 9000 and Cisco IOx-enabl
Sub-Task-ID

opment and Design


tributed applications related to the concepts of front-end, back-end, and load balancing

application design considering scalability and modularity

application design considering high-availability and resiliency (including on-premises, hybrid, and cloud)

application design considering latency and rate limiting

application design and implementation considering maintainability

application design and implementation considering observability

oblems with an application given logs related to an event

oice of database types with respect to application requirements (such as relational, document, graph, columnar, and Time Se

itectural patterns (monolithic, services oriented, microservices, and event driven)

nced version control operations with Git


a a branch
ve conflicts

oncepts of release packaging and dependency management

sequence diagram that includes API calls

obust REST API error handling for time outs and rate limits
ontrol flow of consumer code for unrecoverable REST API errors

s to optimize API usage through HTTP cache controls

n application that consumes a REST API that supports pagination

steps in the OAuth2 three-legged authorization code grant flow

PI requests to implement chatops with Webex API

PI requests to create and delete objects using Firepower device management (FDM)

PI requests using the Meraki platform to accomplish these tasks


Meraki Dashboard APIs to enable an SSID
Meraki location APIs to retrieve location data
PI calls to retrieve data from Intersight

Python script using the UCS APIs to provision a new UCS server given a template

Python script using the Cisco DNA center APIs to retrieve and display wireless health information

capabilities of AppDynamics when instrumenting an application

ps to build a custom dashboard to present data collected from Cisco APIs

ployment and Security


CI/CD pipeline failure (such as missing dependency, incompatible versions of components, and failed tests)

application into a prebuilt CD environment leveraging Docker and Kubernetes

benefits of continuous testing and static code analysis in a CI pipeline

er to containerize an application

tenets of the "12-factor app"


effective logging strategy for an application

privacy concerns related to storage and transmission of data

secret storage approach relevant to a given scenario

pplication specific SSL certificates

mitigation strategies for OWASP threats (such as XSS, CSRF, and SQL injection)

w end-to-end encryption principles apply to APIs

and Automation
iderations of model-driven telemetry (including data consumption and data storage)

CONF to configure a network device including interfaces, static routes, and VLANs (IOS XE only)

workflow to configure network parameters with:


ble playbook

nfiguration management solution to achieve technical and business requirements

w to host an application on a network device (including Catalyst 9000 and Cisco IOx-enabled devices)
Books

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


es, hybrid, and cloud)
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


document, graph, columnar, and Time Series)
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


h information
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

onents, and failed tests)


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


IOS XE only)
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide

Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide


-enabled devices)
Cisco Certified DevNet Professional DEVCOR 350-901 Official Cert Guide
Cisco Live
Training

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0


Developing Applications Using Cisco Core Platforms and APIs 1.0
Developing Applications Using Cisco Core Platforms and APIs 1.0
Developing Applications Using Cisco Core Platforms and APIs 1.0
Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0


Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0 BRKOPS-2810
Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0 BRKDEV-2013

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0 DEVNET-3069

Developing Applications Using Cisco Core Platforms and APIs 1.0 BRKCRT-2007
Developing Applications Using Cisco Core Platforms and APIs 1.0 DEVNET-2081

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0


Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0 BRKDEV-2012

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0


Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0

Developing Applications Using Cisco Core Platforms and APIs 1.0


Online Ref.

Git for Network Engineers Series


Git for Network Engineers Series
Git for Network Engineers Series
Git for Network Engineers Series
Git for Network Engineers Series

Cisco APIC REST API Configuration Guide


Cisco APIC REST API Configuration Guide

Cisco APIC REST API Configuration Guide

Understanding OAuth and MRA

Webex Meetings API

Firepower Threat Defense REST API

Meraki Dashboard API


Meraki Dashboard API

Introduction to IWO API

Cisco UCS Programmability

Intent API

Cisco AppDynamics

getting-started-with-docker-applications-deployment

How Test Automation Accelerates Continuous Delivery of Applications

getting-started-with-docker-applications-deployment
Twelve-Factor Application

Logging vs Monitoring: Best Practices for Integration

Cisco 2023 Data Privacy Benchmark Study

SSL Custom Application

The 3 Pillars of API Security

Model-Driven Telemetry

Model-Based Management Introduction

Cisco with Ansible

Configuration Management: Best Practices White Paper

Application Hosting CAT9k


Sub-Domain
Domain

Task-ID
ID

1 CI/CD Pipeline
1.1 Describe characteristics and concepts of build /deploy tools such as Jenkins, GitLab CI/CD or Travis CI

1.2 Identify the sequence, components, and integrations to implement a CI/CD pipeline for a given scena

1.3 Troubleshoot issues with a CI/CD pipeline such as code-based failures, pipeline issues, and tool incom

1.4 Identify tests to integrate into a CI/CD pipeline for a given scenario

1.5 Identify release deployment strategy (canary, rollbacks, and blue/green) for a given scenario

1.6 Diagnose code dependency management issues including API, tool chain, and libraries

1.7 Interpret a GitLab CI/CD configuration file

2 Packaging and Delivery of Applications


2.1 Identify the steps to containerize an application

2.2 Identify steps to deploy multiple microservice applications

2.3 Evaluate microservices and container architecture diagrams based on technical and business requirem

2.4 Identify safe handling practices for configuration items, application parameters, and secrets

2.5 Construct a Docker file to address application specifications

2.6 Describe the usage of golden images to deploy applications

3 Automating Infrastructure
3.1 Describe how to integrate DevOps practices into an existing organization structure
3.2 Describe the use of configuration management tools to automate infrastructure services such as Ansi

3.3 Construct an Ansible playbook to automate an application deployment of infrastructure services

3.4 Construct a Terraform configuration to automate an application deployment of infrastructure service

3.5 Describe the practice and benefits of Infrastructure as Code

3.6 Design a pre-check validation of the network state in a CI/CD pipeline for a given scenario

3.7 Design a pre-check validation of the application infrastructure in a CI/CD pipeline for a given scenario

3.8 Describe the concepts of extending DevOps practices to the network for NetDevOps

3.9 Identify the requirements such as memory, disk I/O, network, and CPU needed to scale the applicatio

4 Cloud and Multicloud


4.1 Describe the concepts and objects of Kubernetes

4.2 Deploy applications to a Kubernetes cluster

4.3 Utilize objects of Kubernetes to build a deployment to meet requirements

4.4 Validate the success of an application deployment on Kubernetes

4.5 Describe method and considerations to deploy an application to multiple environments such as multi

4.6 Describe the process of tracking and projecting costs when consuming public cloud

4.7 Describe benefits of infrastructure as code for repeatable public cloud consumption

4.8 Compare cloud services strategies (build versus buy)

5 Logging, Monitoring, and Metrics


5.1 Identify the elements of log and metric systems to facilitate application troubleshooting such as perfo

5.2 Implement a log collection and reporting system for applications


5.2.a aggregate logs from multiple related applications
5.2.b search capabilities
5.2.c reporting capabilities
5.3 Troubleshoot a distributed application using AppDynamics with Application Performance Monitoring

5.4 Describe the principles of chaos engineering

5.5 Construct Python scripts that use APIs to accomplish these tasks
5.5.a build a monitoring dashboard
5.5.b notify Webex space
5.5.c responding to alerts and outages
5.5.d creating notifications
5.5.e health check monitoring
5.5.f opening and closing incidents
5.6 Identify additional application requirements to provide visibility into application health and performa

5.7 Describe Kubernetes capabilities related to logging, monitoring, and metrics

5.8 Describe the integration of logging, monitoring and alerting in a CI/CD pipeline design

6 Security
6.1 Identify methods to secure an application and infrastructure during production and testing in a CI/CD

6.2 Identify methods to implement a secure software development life cycle


Sub-Task-ID

racteristics and concepts of build /deploy tools such as Jenkins, GitLab CI/CD or Travis CI

sequence, components, and integrations to implement a CI/CD pipeline for a given scenario

t issues with a CI/CD pipeline such as code-based failures, pipeline issues, and tool incompatibility

s to integrate into a CI/CD pipeline for a given scenario

ase deployment strategy (canary, rollbacks, and blue/green) for a given scenario

de dependency management issues including API, tool chain, and libraries

GitLab CI/CD configuration file

Delivery of Applications
steps to containerize an application

s to deploy multiple microservice applications

croservices and container architecture diagrams based on technical and business requirements (security, performance, stabil

handling practices for configuration items, application parameters, and secrets

Docker file to address application specifications

usage of golden images to deploy applications

rastructure
w to integrate DevOps practices into an existing organization structure
use of configuration management tools to automate infrastructure services such as Ansible and Terraform

n Ansible playbook to automate an application deployment of infrastructure services

Terraform configuration to automate an application deployment of infrastructure services

practice and benefits of Infrastructure as Code

-check validation of the network state in a CI/CD pipeline for a given scenario

-check validation of the application infrastructure in a CI/CD pipeline for a given scenario

concepts of extending DevOps practices to the network for NetDevOps

requirements such as memory, disk I/O, network, and CPU needed to scale the application or service

concepts and objects of Kubernetes

cations to a Kubernetes cluster

ts of Kubernetes to build a deployment to meet requirements

success of an application deployment on Kubernetes

thod and considerations to deploy an application to multiple environments such as multiple cloud providers, high availability

process of tracking and projecting costs when consuming public cloud

nefits of infrastructure as code for repeatable public cloud consumption

ud services strategies (build versus buy)

oring, and Metrics


elements of log and metric systems to facilitate application troubleshooting such as performance issues and streaming telem

a log collection and reporting system for applications


egate logs from multiple related applications
h capabilities
rting capabilities
t a distributed application using AppDynamics with Application Performance Monitoring

principles of chaos engineering

thon scripts that use APIs to accomplish these tasks


a monitoring dashboard
y Webex space
onding to alerts and outages
ting notifications
h check monitoring
ing and closing incidents
tional application requirements to provide visibility into application health and performance

bernetes capabilities related to logging, monitoring, and metrics

integration of logging, monitoring and alerting in a CI/CD pipeline design

hods to secure an application and infrastructure during production and testing in a CI/CD pipeline

hods to implement a secure software development life cycle


Books

Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps


incompatibility
Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps

Containers in Cisco IOS-XE, IOS-XR, and NX-OS: Orchestration and Operation

Containers in Cisco IOS-XE, IOS-XR, and NX-OS: Orchestration and Operation


quirements (security, performance, stability, and cost)
Containers in Cisco IOS-XE, IOS-XR, and NX-OS: Orchestration and Operation

Containers in Cisco IOS-XE, IOS-XR, and NX-OS: Orchestration and Operation

Network Programmability and Automation Fundamentals

Automating and Orchestrating Networks with NetDevOps


as Ansible and Terraform
Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps

Cisco Intersight: A Handbook for Intelligent Cloud Operations

Cisco Intersight: A Handbook for Intelligent Cloud Operations

Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps

Automating and Orchestrating Networks with NetDevOps


plication or service
Cisco Intersight: A Handbook for Intelligent Cloud Operations

Cisco Cloud Infrastructure

Cisco Cloud Infrastructure

Cisco Cloud Infrastructure

Cisco Cloud Infrastructure


s multiple cloud providers, high availability configurations, disaster recovery configurations, and testing cloud portability
Cisco Cloud Infrastructure

Cisco Cloud Infrastructure

Cisco Cloud Infrastructure

Cisco Cloud Infrastructure

s performance issues and streaming telemetry logs


Network Programmability and Automation Fundamentals

Network Programmability and Automation Fundamentals


Network Programmability and Automation Fundamentals
Network Programmability and Automation Fundamentals

Cisco Cloud Infrastructure

Network Programmability and Automation Fundamentals


Network Programmability and Automation Fundamentals
Network Programmability and Automation Fundamentals
Network Programmability and Automation Fundamentals
Network Programmability and Automation Fundamentals
Network Programmability and Automation Fundamentals

Cisco Cloud Infrastructure

Cisco Cloud Infrastructure

Automating and Orchestrating Networks with NetDevOps

CI/CD pipeline
Automating and Orchestrating Networks with NetDevOps
Training

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
nfigurations, and testing cloud portability
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0

Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) v1.0
Online Ref.
Cisco Live

Jenkins Lab: Introduction

DEVNET-2015 Introduction to Continuous Integration and Continuous Delivery Pipelines for Building IOx Applicati

Introduction to Continuous Integration and Continuous Delivery Pipelines for Building IOx Applicati
DEVNET-2015

Introduction to Continuous Integration and Continuous Delivery Pipelines for Building IOx Applicati
DEVNET-2015

Using CI/CD Pipelines for Infrastructure Configuration and Management – Part 2

Containers

What Are Microservices?

Containers

Advanced Docker features

Cisco DNA Center User Guide, Release 2.1.2

BRKCLD-1003
DEVNET-2252 Cisco with Ansible

Cisco with Ansible

What Is Infrastructure as Code?

DEVNET-2015 Using CI/CD Pipelines for Infrastructure Configuration and Management

DEVNET-2015 Using CI/CD Pipelines for Infrastructure Configuration and Management

BRKCLD-1003

DEVNET-2081 Hands-On: Deploy application on Kubernetes cluster

DEVNET-2081 Hands-On: Deploy application on Kubernetes cluster

DEVNET-2081 Hands-On: Deploy application on Kubernetes cluster

DEVNET-2081 Hands-On: Deploy application on Kubernetes cluster

What Is Infrastructure as Code?

Cloud Services Business Model Transition

Application Logging in IOx


Application Logging in IOx
Application Logging in IOx

Instrumenting Code with AppDyanmics

Word of the Week: Chaos Engineering

Python REST API Application


Automating Webex (Python)
Python REST API Application

Hands-On: Deploy application on Kubernetes cluster

DEVNET-2015 A Framework for Continuous Security

A Framework for Continuous Security

Cisco Secure Development Lifecycle


ipelines for Building IOx Applications

ipelines for Building IOx Applications

ipelines for Building IOx Applications

ement – Part 2

You might also like