HP OneView REST API Reference

domains
domains.html[10/17/2013 10:35:53 AM]
(delete) request. The default is no filter (all resources are returned).
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
DomainCollection A paginated collection of domain resources
Response Codes
REST API Response Codes
Examples
Get the first 10 domains managed by the appliance:
GET https://{appl}/rest/domains?start=0&count=10
URI: /rest/domains/schema
Method API
GET Generates the JSON schema for the resource.
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
JsonSchema The JSON schema for this resource
Response Codes
REST API Response Codes
Examples
Get the JSON schema for the resource:
GET https://{appl}/rest/domains/schema
URI: /rest/domains/{id}
Method API
GET Gets a specific domain resource.
Parameter Attributes Description
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"