HP OneView REST API Reference

server-hardware
server-hardware.html[10/17/2013 10:35:23 AM]
force: description: Use this optional flag with caution because using force to add a server removes its existing configuration and takes ownership
away from any other management system already managing it. Specify 'true' to force the addition and take ownership away
from any other manager. Default is 'false'.
type: boolean
licensingIntent: description: The type of product license to assign to the server hardware. Valid options are: OneView or OneViewNoiLO.
type: string
required: true
ServerPowerControlRequest
description: Resource used to request a power state change.
type: object
Properties
powerState: description: The desired power state. While a resource may be in several additional power states, the allowed values here are 'On' and 'Off'.
type: string
enum: Unknown
On
Off
PoweringOn
PoweringOff
Resetting
powerControl: description: The desired power control specifying the method to achieve the desired power state. Allowed values are: MomentaryPress -
power on or a normal (soft) power off (depending on powerState), PressAndHold - an immediate (hard) shutdown, ColdBoot - a
hard reset that immediately removes power from the server hardware and then restarts the server after approximately six
seconds,Reset - a normal server reset that resets the device in an orderly sequence.
type: string
enum: MomentaryPress
PressAndHold
ColdBoot
Reset
ServerRefreshRequest
description: Resource used to initiate a refresh of a physical server.
type: object
Properties
username: description: iLO user account login name with Administer User Accounts privilege to use when refreshing the server. This field is ignored for
blade servers.
type: string
password: description: The password for the specified username. This field is ignored for blade servers.
type: string
refreshState: description: The target refresh state -- must be 'RefreshPending'.
type: string
enum: NotRefreshing
RefreshPending
Refreshing
RefreshFailed
required: true
hostname: description: IP address or host name of the server's iLO management processor. This optional field can be used with rack servers to update
the appliance if the iLO IP address has been changed.
type: string
restore: description: Indicates that the server is being refreshed after a restore operation. Callers should set this 'false'.