HP OneView REST API Reference

server-hardware
server-hardware.html[10/17/2013 10:35:23 AM]
type: boolean
IloSsoUrlResult
description: The IloSsoUrlResult contains the URL to the HP iLO Single Sign On (SSO) web session as created by a REST GET /rest/server-
hardware/{id}/iloSsoUrl request.
type: object
Properties
iloSsoUrl: description: URL to launch a Single Sign-On (SSO) session for the iLO web interface.
type: string
required: true
JavaRemoteConsoleUrlResult
description: The JavaRemoteConsoleUrlResult contains the URL to the HP iLO java remote console web session as created by a REST GET
/rest/server-hardware/{id}/javaRemoteConsoleUrl request.
type: object
Properties
javaRemoteConsoleUrl: description: URL to launch a java remote console session for the iLO web interface.
type: string
required: true
RemoteConsoleUrlResult
description: The RemoteConsoleUrlResult contains the URL to the HP iLO remote console web session as created by a REST GET /rest/server-
hardware/{id}/remoteConsoleUrl request.
type: object
Properties
remoteConsoleUrl: description: URL to launch a remote console session for the iLO web interface.
type: string
required: true
UtilizationData
description: The requested utilization data for the resource.
type: object
Properties
metricList: description: The list of information returned for each metric. It contains one entry per metric name requested for this resource.
type: array
Items
metricName: description: The name of the metric described by this object. See the GET utilization method for a resource to
determine the supported metrics for that resource. The list of metrics includes CpuUtilization,
CpuAverageFreq, AmbientTemperature, AveragePower, PowerCap, PeakPower, RatedCapacity,
DeratedCapacity.
type: string
required: true