EasyManua.ls Logo

VMware VCLOUD API 1.0 - API

VMware VCLOUD API 1.0 - API
212 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
vCloud API Programming Guide
208 VMware, Inc.
example,ortheprescribedhierarchywithwhichelementscanbenested)representthedatastructuresof
objectsinthecloud.Aclientcan“readanobjectbymakinganHTTPGETrequesttotheobject’sURL.Aclient
can“write”(createormodify)anobjectwithanHTTPPUTorPOST
requestthatincludesaneworchanged
XMLbodydocumentfortheobject.AndaclientcanusuallydeleteanobjectwithanHTTPDELETErequest.
Inthisdocument,wepresentexamplerequestsandresponses,andalsoprovidereferenceinformationonthe
XMLschemasthatdefinetherequestandresponsebodies.
RESTful Workflow Patterns
AllRESTfulworkflowsfallintoapatternthatincludesonlytwofundamentaloperations:
MakeanHTTPrequest(typicallyGET,PUT,POST,orDELETE).Thetargetofthisrequestiseithera
wellknownURL(suchastherootofavCloudserviceoranorganizationhostedonsuchaservice)ora
linkobtainedfromtheresponsetoapreviousrequest.(Forexample,a
GETrequesttoanorganization
URLreturnslinkstocatalogandvDCobjectscontainedbytheorganization.)
Examinetheresponse,whichalwaysincludesanHTTPresponsecodeandoftenincludesabody(anXML
document,inthevCloudAPI).Theresponsebodymaycontainlinksorotherinformationaboutthestate
ofanobject.(Forexample,aresponsethatincludesavAppbodycontainsthedetailsofthe
vApp’scurrent
virtualhardwareconfigurations,aswellaslinksthatyoucanusetoeditthatconfiguration).Ifthe
responseisanHTTPresponsecode,itindicateswhethertherequestsucceededorfailed,andmaybe
accompaniedbyaURLthatpointstoalocationfromwhichadditionalinformationcan
beretrieved.
Thesetwooperationscanrepeat,inthisorder,foraslongasnecessary.
For More Information About REST
ForacomprehensivediscussionofRESTfromboththeclientandserverperspectives,see:
Richardson,Leonard,andSamRuby.RESTfulWebServices.NorthMankato:OʹReillyMedia,Inc.,2007.
TherearealsomanysourcesofinformationaboutRESTontheWeb,including:
http://www.infoq.com/articles/restintroduction
http://www.infoq.com/articles/subbuallamarajurest
http://www.stucharlton.com/blog/archives/000141.html

Table of Contents

Related product manuals