Wednesday, January 29, 2014

REST API sample (Sun Cloud API)

The APIs for the Sun Cloud: Wiki: HelloCloud — Project Kenai:.
This walk-through uses the pure REST version of the API exclusively

All the resources in the Virtual Data Center (machines, clusters, networks, storage volumes) are "Resources" in the Web sense: that is to say, they are identified by URIs, and operated on by HTTP requests, chiefly GET and POST. Whenever you GET one of these resources, you receive a representation encoded using JSON.

No comments: