Reader small image

You're reading from  Mastering PowerCLI

Product typeBook
Published inOct 2015
Reading LevelIntermediate
PublisherPackt
ISBN-139781785286858
Edition1st Edition
Languages
Right arrow
Author (1)
Sajal Debnath
Sajal Debnath
author image
Sajal Debnath

Sajal Debnath is a highly certified Cloud computing technocrat with more than 12 years of experience in virtualized data center design, Cloud computing, and BC/DR solutions. He is an EMCISA, VCAP-DCD/DCA, VCAP-CID/CIA, RHCE 4/5/6, RHCVA, Openstack, and ITIL certified person. He is presently associated with VMware Software India Pvt. Ltd. as a senior system engineer. Previously, he worked with France Telecom, Hewlett Packard, and many more in multiple roles. He is involved in prestigious Indian government projects, such as National Cloud, Digital Locker, and so on.
Read more about Sajal Debnath

Right arrow

Introducing REST APIs


Representational State Transfer (REST or ReST) is a software architecture style for building scalable Web services. It relies on a stateless, client-server, and cacheable communications protocol. REST is a simple way to manage communication between independent systems. It is inspired by HTTP and HTTP is used in virtually all cases (though it is not limited to HTTP only). Actually, the four most common actions, view, create, edit, and delete, map directly to the HTTP verbs that are already implemented: GET, POST, PUT, and DELETE. So in the case of REST APIs, we use these verbs a lot.

Before we go ahead and talk about the verbs, let's discuss a bit more about REST APIs. The term REST was coined by Roy T. Fielding in his PhD thesis (you can have a look at the thesis at http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm). The primary idea behind REST is to have one standard interface for any service. Instead of exposing an interface with methods, we expose a few...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering PowerCLI
Published in: Oct 2015Publisher: PacktISBN-13: 9781785286858

Author (1)

author image
Sajal Debnath

Sajal Debnath is a highly certified Cloud computing technocrat with more than 12 years of experience in virtualized data center design, Cloud computing, and BC/DR solutions. He is an EMCISA, VCAP-DCD/DCA, VCAP-CID/CIA, RHCE 4/5/6, RHCVA, Openstack, and ITIL certified person. He is presently associated with VMware Software India Pvt. Ltd. as a senior system engineer. Previously, he worked with France Telecom, Hewlett Packard, and many more in multiple roles. He is involved in prestigious Indian government projects, such as National Cloud, Digital Locker, and so on.
Read more about Sajal Debnath