HP OneView REST API Reference

id-pools/vwwn/ranges
id-pools-vwwn-ranges.html[10/17/2013 10:35:19 AM]
POST : https://{appl}/rest/id-pools/vwwn/ranges/
Request Body:
{
"type": "Range",
"name": "VWWN",
"prefix": null,
"enabled": true,
"startAddress": "10:00:38:9d:30:60:00:00",
"endAddress": "10:00:38:9d:30:6f:ff:ff",
"rangeCategory": "GENERATED",
"totalCount": 1048576,
"freeIdCount": 1048576,
"allocatedIdCount": 0,
"defaultRange": true,
"allocatorUri":
"/rest/id-pools/vwwn/ranges/daa36872-03b1-463b-aaf7-
09d58b650142/allocator"
,
"collectorUri":
"/rest/id-pools/vwwn/ranges/daa36872-03b1-463b-aaf7-
09d58b650142/collector"
,
"reservedIdCount": 0,
"freeFragmentUri":
"/rest/id-pools/vwwn/ranges/daa36872-03b1-463b-aaf7-
09d58b650142/free-fragments?start=0&count=-1"
,
"allocatedFragmentUri":
"/rest/id-pools/vwwn/ranges/daa36872-03b1-463b-aaf7-
09d58b650142/allocated-fragments?start=0&count=-1"
,
"category": "id-range-VWWN",
"uri":
"/rest/id-pools/vwwn/ranges/daa36872-03b1-463b-aaf7-
09d58b650142"
,
"eTag": null,
"created": "2013-04-08 18:11:18.049",
"modified": "2013-04-08 18:11:18.049"
}
URI: /rest/id-pools/vwwn/ranges/schema
Method API
GET Get the JSON formatted schema for a vwwn range
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 of the vwwn range.
Response Codes