HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
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
start: description: The row or record number of the first resource returned in the specified page
type: integer
eTag: description: Entity tag/version ID of the resource, the same value that is returned in the ETag
header on a GET of the resource
type: string
members: description: List of UserNameDto objects
type: array
Items
userName: description: User name of the user, should be unique in the appliance, should start
only with a letter and should contain only letters, digits and the
characters _ -
searchable: true
pattern: ^[a-zA-Z]+?[0-9-_a-zA-Z]*$
required: true
minLength: 1
maxLength: 39
type: string
modified: description: Date and time when the resource was last modified
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
total: description: The total number of resources that would be returned from the query (including any
filters), without pagination or enforced resource limits
type: integer
type: description: Identifies the resource type. This field must be set to 'UserNameDtoCollection'.
type: string
UserPassword
description: The UserPassword is a data transfer object used to modify/change user password.
type: object
Properties