Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
JUNOS Automation Cookbook

You're reading from   JUNOS Automation Cookbook Automate network devices on Juniper's operating system

Arrow left icon
Product type Paperback
Published in Sep 2017
Publisher Packt
ISBN-13 9781788290999
Length 382 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Adam Chappell Adam Chappell
Author Profile Icon Adam Chappell
Adam Chappell
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Configuring JUNOS through NETCONF 2. Working with the Junos REST API FREE CHAPTER 3. Using SLAX to Write Op Scripts 4. Event Programming 5. Automating JUNOS with PyEZ 6. Advanced Visualization Applications 7. Monitoring and Maintaining JUNOS 8. Security Applications 9. Extending JUNOS with Ansible

Introduction

Representational State Transfer (REST) is an architecture style that common in web application programming. Developed in tandem with HTTP/1.1, it encourages a representation of application object state within the underlying HTTP protocol transactions and an adherence to the semantics of the underlying HTTP verbs when applied to higher-level application state.

Simplistically, one of the key principles is that one should use the HTTP verbs in a manner that is consistent with the application object state. The table illustrates the different HTTP verbs and their specific applications:

HTTP Verb

Application

GET

Querying or reading the state of an object, given some sort of index

PUT

Setting or directly writing the state of an object based on an index

POST

Creating a new object within an underlying collection; or otherwise calling a procedure that...

You have been reading a chapter from
JUNOS Automation Cookbook
Published in: Sep 2017
Publisher: Packt
ISBN-13: 9781788290999
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime