HP OneView REST API Reference

id-pools/vwwn/ranges
id-pools-vwwn-ranges.html[10/17/2013 10:35:19 AM]
Updated: October 16, 2013 4:41
MDT
API Specifications Create Read Update Delete
/rest/id-pools/vwwn/ranges POST
/rest/id-pools/vwwn/ranges/schema GET
/rest/id-pools/vwwn/ranges/{id} GET PUT DELETE
/rest/id-pools/vwwn/ranges/{id}/allocated-fragments GET
/rest/id-pools/vwwn/ranges/{id}/allocator PUT
/rest/id-pools/vwwn/ranges/{id}/collector PUT
/rest/id-pools/vwwn/ranges/{id}/free-fragments GET
Resource Model
IdRange
Allocator
Collector
FragmentList
HP OneView REST API Reference
id-pools/vwwn/ranges
This resource provides apis to manage vwwn ranges. A vwwn may be requested, used, and returned. Once returned, the
vwwn is reclaimed by the range and available for reuse. The range is accessed by: https://{appl}/id-pools/vwwn/ranges. The
REST API (POST, GET, UPDATE, DELETE) supports an 'accept-language' in the request header which defaults to
'en_US'. An 'auth:{token}' in the request header is required. The {token} may be retrieved from https://{appl}/rest/login-
sessions. *
URI: /rest/id-pools/vwwn/ranges
Method API
POST Creates a vwwn range. A range may be one of two types based upon the range category
specified: GENERATED or CUSTOM. The GENERATED range type automatically assigns start
and end address to the range. The CUSTOM range type requires a start address to be specified.
The end address may also be specified but is optional.
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"
Request
Body
Attributes Description
IdRange Required
Response Description
IdRange The DTO describing a vwwn range resource.
Response Codes
REST API Response Codes
Examples
The following example shows how to create a vwwn range.