HP OneView REST API Reference

id-pools
id-pools.html[10/17/2013 10:35:17 AM]
Response Description
Allocator The DTO containing the validated list of IDs.
Response Codes
REST API Response Codes
Examples
The following example shows how to validate a set of user specified IDs
which you want to reserve in this pool.
PUT : https://{appl}/rest/id-pools/{id}/validate
Request Body:
{
"idList":[
"10:00:2c:6c:28:80:00:00"
,"10:00:2c:6c:28:80:00:01"
]
}
Pool
description: Defines a Pool resource. Allowed values are vmac,vsn,vwwn.
type: object
Properties
category: description: Resource category used for authorizations and resource type groupings
type: string
name: description: The assigned name of the pool. The possible values are vmac, vwwn or vsn.
type: string
created: description: Date and time when the resource was created
format: YYYY-MM-DDThh:mm:ss.sssZ
type: string
pattern: [1-2][0-9][0-9][0-9]-([0-1][0-9])-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](.[0-9][0-9][0-
9])?Z
enabled: description: Defines the status of the pool
type: boolean
poolType: description: The assigned type of the pool. The possible values are vmac, vwwn or vsn.
enum: VMAC
VSN
VWWN
type: string
modified: description: Date and time when the resource was last modified