HP OneView REST API Reference

REST API Response Headers
stdresphdrs.html[10/17/2013 10:36:09 AM]
returned and the Location header is populated
with the URI of a Task resource, which can be
polled to monitor the status of the
asynchronous operation.
In the future this header will also be returned for
synchronous POST operations that create a
new resource that is identifiable by a URI. The
<URI>field from the Location header can be
used to access the newly created resource.
Content-
Type
Returned from all GET,
POST, and PUT APIs
(anything tht returns a
response body)
Content-Type:[media-type]
The data format sent in the Request Body.
In this release, the only supported value is:
application/json
.