HP OneView REST API Reference

server-profiles
server-profiles.html[10/17/2013 10:35:14 AM]
overriddenSettings: description: The BIOS settings to be modified. All omitted BIOS
settings are reset to their factory default values.
type: array
Items
id: description: Identifies the BIOS setting to be configured.
required: true
type: string
value: description: The value to be configured for the specified
BIOS setting.
required: true
type: string
manageBios: description: Indicates whether the BIOS settings are configured using
the server profile. Values include 'true' and 'false'.
type: boolean
state: description: The current resource state of the server profile, the supported values are enummerated
in the table below.
type: string
enum: Normal
Creating
CreateFailed
Updating
UpdateFailed
Deleting
DeleteFailed
type: description: Identifies the resource type. This field must be set to 'ServerProfileV1'.
type: string
enclosureUri: description: Identifies the enclosure that the Server Profile is currently assgined to, if applicable.
searchable: true
format: URI
type: string
readonly: true
status: description: Overall health status of the resource. The following are the valid values for the status of
the resource:Unknown - should be avoided, but there may be rare occasions where
status is Unknown; OK - indicates normal/informational behavior; Disabled - indicates
that a resource is not operational; Warning - needs attention soon; Critical - needs
immediate attention.
type: string
description: description: The description of this Server Profile
type: string
minLength: 0
maxLength: 1024
eTag: description: Ensures that multiple updates do not unintentionally overwrite each other's changes.
This value is automatically generated during profile creation and updated each time the
profile is edited. The value should not be modified by the client.