
What you would learn in How to Automate Cisco Security Devices with Postman and Python Online Training course?
This intermediate Automating Cisco Security Devices using Postman and Python course teaches administrators of security for networks to automate the operation and operation of Cisco security devices and increase security of their networks using Python software and APIs for other technologies and devices.
If you've had experience configuring security devices to protect your network's operations, You probably know how much time and energy can be saved. The devices could run specific tests independently, check into other software or devices, and carry out routine operations without the need in person.
This course on automated Cisco security devices will teach you the necessary Python to create code that will regulate devices in an automated way. Additionally, you'll learn to identify an API to write that will let your program access different technologies for information and data, which makes the process of updating security settings quick and precise.
After this Cisco course, you'll understand how to automate the behavior that you have in your Cisco security devices and also improve security on your network with Python code and APIs that connect to other technology and devices.
For those who manage an IT team, If you are a leader in IT, this Cisco training is a great way to help new security administrators for networks and incorporate them into a team or individual programs for training or even as a Cisco guide.
How to automate Cisco Security Devices by using Postman as well as Python How to Automate Cisco Security Devices with Postman and Python: The Information You Must Be Able to
This How-to Automation of Cisco Security Devices by using Postman as well as Python training contains videos that go over topics such as:
- Recognizing your network's security features which can be automated
- Writing Python code to automate routine security tasks.
- Accessing APIs that make it easier to meet security requirements
- Connecting the Cisco Security appliances with the appropriate APIs is easy with Python
Course Content:
- Skill: Prepare a VS Code Development Environment
- 1. Choosing Visual Studio Code as Your IDE 7 mins
- 2. Picking a Theme and Font 8 mins
- 3. Configuring the Interface 5 mins
- 4. Using the Extensions Gallery 5 mins
- 5. Understanding Files, Folders, and Workspaces 8 mins
- 6. Using the Debugger 5 mins
- 7. Reviewing Visual Studio Code 1 min
- Skill: Network Programmability and Automation Foundations
- 1. Saying Goodbye to the CLI 1 min
- 2. Why Network Automation? 10 mins
- 3. What Can You Automate? 13 mins
- 4. The Evolution of Network APIs 13 mins
- 5. Network Programmability vs. Network Automation 10 mins
- 6. Devices and Controllers in the Era of SDN 6 mins
- 7. Outro 2 mins
- Skill: Prepare a DevNet Study Environment
- 1. Setting Up Your DevNet Study Environment 1 min
- 2. Installation Checklist 6 mins
- 3. Sandbox 6 mins
- 4. VIRL 11 mins
- 5. Code Exchange 6 mins
- 6. Environment Prep Summary 1 min
- Skill: XML, JSON, and YAML Data Formats
- 1. Why Use Plain Text Data Formats? 6 mins
- 2. XML, JSON, and YAML Data Formats 5 mins
- 3. XML Syntax 4 mins
- 4. XML Elements, Tags, and Attributes 5 mins
- 5. XML Document Object Model (DOM) 4 mins
- 6. JSON Syntax 5 mins
- 7. JSON Strings, Numbers, and Booleans 5 mins
- 8. JSON Objects and Arrays 6 mins
- 9. YAML Syntax 4 mins
- 10. YAML Strings, Numbers, Floats, and Booleans 6 mins
- 11. Data Formats Summary 1 min
- Skill: REST API Fundamentals
- 1. Introducing RESTful APIs 5 mins
- 2. RESTful API Constraints 4 mins
- 3. REST vs. SOAP 4 mins
- 4. REST Tools 6 mins
- 5. RESTful API Summary 1 min
- Skill: REST API Requests and Responses
- 1. Introducing REST API Requests and Responses 1 min
- 2. Request and Response 6 mins
- 3. HTTP Request Method 4 mins
- 4. HTTP Response Codes 5 mins
- 5. HTTP Headers 4 mins
- 6. HTTP Requests and Responses Summary 1 min
- Skill: Parameters and Payloads for REST APIs
- 1. Introduction to HTTP Parameters and Payloads 1 min
- 2. HTTP Query Strings 7 mins
- 3. HTTP Payloads 3 mins
- 4. Query Strings and Payloads in Action 5 mins
- 5. HTTP Parameters and Payloads Summary 1 min
- Skill: Use Postman for REST API Interaction
- 1. Introduction to Postman 2 mins
- 2. Postman Requests and Responses 8 mins
- 3. HTTP Auth with Postman 4 mins
- 4. Postman Collections and Folders 2 mins
- 5. Postman Scripts 4 mins
- 6. Postman Environments 4 mins
- 7. Postman Summary 1 min
- Skill: Introduction to Python
- 1. Introduction to Network Automation 7 mins
- 2. Python & Programming 6 mins
- 3. Linux Setup 6 mins
- 4. macOS Setup 5 mins
- 5. Windows Setup 12 mins
- 6. Useful Extensions 6 mins
- 7. Cloning Code from Github 5 mins
- 8. Cisco DevNet Sandboxes 4 mins
- 9. Running Our First Script 2 mins
- Skill: Virtual Environments, Variables & Data Types
- 1. Virtual Environments 6 mins
- 2. Installing iPython 4 mins
- 3. Introduction to Variables 5 mins
- 4. Naming Variables 5 mins
- 5. Python Data Types 9 mins
- 6. Working with Mutable Data Types 14 mins
- 7. Working with Immutable Data Types 6 mins
- Skill: Python Strings
- 1. Strings Overview 14 mins
- 2. Converting Strings 9 mins
- 3. The Input Function 5 mins
- 4. Concatenation 4 mins
- 5. Formatting Strings 11 mins
- 6. String Methods 7 mins
- Skill: Understand Control Flow
- 1. Introduction 2 mins
- 2. Conditional Statements 16 mins
- 3. For Loops 10 mins
- 4. Nested Loops 7 mins
- 5. The Range Function 5 mins
- 6. The Continue Operator 4 mins
- 7. While Loops 10 mins
- Skill: Understand Boolean Logic
- 1. Introduction 4 mins
- 2. The bool function 5 mins
- 3. Evaluating Strings 2 mins
- 4. Evaluating Lists 12 mins
- 5. Tuples, Dicts and Sets 5 mins
- 6. The AND Operator 7 mins
- 7. The OR Operator 7 mins
- 8. The NOT Operator 4 mins
- Skill: Lists and Tuples
- 1. Introduction to Lists 5 mins
- 2. Iterating Over Lists 4 mins
- 3. Indexing & Slicing 8 mins
- 4. Min and Max Functions 5 mins
- 5. Appending, Extending, and Inserting 11 mins
- 6. Popping, Removing, and Clearing Items 5 mins
- 7. Sorting Lists 3 mins
- 8. Nested Lists 2 mins
- 9. Tuples Overview 3 mins
- 10. Working with Tuples 4 mins
- Skill: Dictionaries and Sets
- 1. Introduction to Dictionaries 8 mins
- 2. Adding Keys & Accessing Values 7 mins
- 3. Removing Keys 6 mins
- 4. Keys, Values, and Items 8 mins
- 5. Iterating Over Dictionaries 9 mins
- 6. Unpacking Dictionaries 9 mins
- 7. Introduction to Sets 3 mins
- 8. Adding & Removing from Sets 3 mins
- 9. Set Operations & Methods 5 mins
- Skill: Automate the Cisco Security Platform
- 1. Introducing SD-Security 1 min
- 2. Cisco Security Platform 4 mins
- 3. Exploring the FirePower Management Center API 5 mins
- 4. FirePower Authentication in Postman 2 mins
- 5. FirePower Authentication in Python 3 mins
- 6. Summarizing Cisco Security 1 min
- Skill: Create Access Policies in FMC with Python
- 1. Threat Targeting in FirePower Automatically 1 min
- 2. Access Control Policy Overview 5 mins
- 3. Creating the Policy 4 mins
- 4. Creating the Rules and Cleaning Up our Policy 4 mins
- 5. Summarizing Threat-Centric Policy Creation 1 min
- Skill: Automate Cisco ASA Firewalls
Download How to Automate Cisco Security Devices with Postman and Python Online Training from below links NOW!
You are replying to :
Access Permission Error
You do not have access to this product!
Dear User!
To download this file(s) you need to purchase this product or subscribe to one of our VIP plans.
Note
Download speed is limited, for download with higher speed (2X) please register on the site and for download with MAXIMUM speed please join to our VIP plans.