by: Kendrick Coleman
follow along at http://kendrickcoleman.com/slides/vcloudapi
free trial at vcloud.vmware.com
the documentation is your friend
all in XML :(
200 OK
Content-Type: application/vnd.vmware.vcloud.org+xml
...
Example Corp’s Primary Organization
tools required to parse XML such as nokogiri, nori, oga
can use something like crack to do XML => JSON formatting when using tools like crack, understand things are possible to break.
all ruby files are at github.com/kacole/vcloud-director_scripts
seriosuly outdated readme, i apologize in advance
we will follow Hello vCloud: A Simplified RESTful Workflow
ruby is my programming language of choice so we will see how to use the rest-client gem for REST calls, nori gem for parsing XML, then fog to see an easier implementation.