HP OneView REST API Reference
enclosures
enclosures.html[10/17/2013 10:35:21 AM]
SsoUrlData
description: Contains data used to make a request to an Onboard Administrator for single sign-on access.
type: object
Properties
ssoUrl: description: POST the attribute map to this URL for SSO access.
type: string
attributes: description: A map of name-value attribute pairs that should be sent as a POST request to the ssoUrl.
type: object
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
metricSamples: description: The set of utilization sample arrays keyed by metric name.
Each sample element in the array is itself an array containing
a time value (metricSamples[i][0]) followed by the value at
that time (metricSamples[i][1])).The time value is
represented as the number of milliseconds between the time
and midnight January 1 1970. The samples are sorted in
time order from most-recent to oldest. The value
representation is dependent upon the metric selected.
type: array
Items
metricCapacity: description: The capacity (total amount available) of this metric (null if it
does not apply or is not available)
type: integer
required: true