HP OneView REST API Reference

id-pools/vwwn/ranges
id-pools-vwwn-ranges.html[10/17/2013 10:35:19 AM]
REST API Response Codes
Examples
The following example shows how to get the JSON schema for a vwwn
range.
https://{appl}/rest/id-pools/vwwn/ranges/schema
URI: /rest/id-pools/vwwn/ranges/{id}
Method API
DELETE Deletes a vwwn range.
Parameter Attributes Description
force Optional If set to true, the operation completes even if there are network
connectivity issues or resource errors. The default is false.
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
String Null with the status code "No-Content"
Response Codes
REST API Response Codes
Examples
The following example shows how to delete a vwwn range whose identifier
is {range-id}
DELETE https://{appl}/rest/id-pools/vwwn/ranges/{range-id}
GET Gets a vwwn range. Using the allocator, and collector associated with the range, IDs may be
allocated from or collected to the range.
Parameter Attributes Description
view Optional Return a specific subset of the attributes of the resource or collection
by specifying the name of a predefined view. The default view is
expand (show all attributes of the resource, and all elements of
collections or resources).
fields Optional
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
IdRange The DTO describing the range.