HP OneView REST API Reference

enclosures
enclosures.html[10/17/2013 10:35:21 AM]
refreshTaskUri: description: The uri of a task resource to track the collection of the most recent utilization data (null
if no collection is required). When the task completes, repeat the request to obtain
any newly collected data.
type: string
uri: description: The uri of the resource associated with this metric data.
type: string
resolution: description: Time period (resolution) of each metric sample in milliseconds. Example resolution
values include five minutes (300000), one hour (3600000), or one day (86400000).
type: integer
sliceStartTime: description: The oldest (earliest in time) sample returned in this response. The format is an
extended ISO 8601 String (as GMT)
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
format: YYYY-MM-DDThh:mm:ss.sssZ
sliceEndTime: description: The sample time immediately following the newest (most recent) sample in this
response. The format is an extended ISO 8601 String (as GMT)
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
format: YYYY-MM-DDThh:mm:ss.sssZ
newestSampleTime: description: The end time of the newest (most recent) sample of any metric for this resource. The
format is an extended ISO 8601 String (as GMT)
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
format: YYYY-MM-DDThh:mm:ss.sssZ
oldestSampleTime: description: The oldest (earliest in time) sample of any metric for this resource. The format is an
extended ISO 8601 String (as GMT)
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
format: YYYY-MM-DDThh:mm:ss.sssZ
isFresh: description: The metric is considered fresh if the most recent available sample from the resource
has already been collected and is included in the newestSampleTime.
type: boolean
EnvironmentalConfigurationUpdate
description: Provides the ability to specify partial updates to the environmental configuration of a resource.