HP OneView REST API Reference

alerts
alerts.html[10/17/2013 10:35:10 AM]
Cleared
Locked
created: description: The time that the alert resource was created and stored; the format is an
extended ISO 8601 String expressed as UTC
format: YYYY-MM-DDThh:mm:ss.sssZ
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
readonly: true
type: string
activityUri: description: (Optional) URI of the task resource of the activity that created the alert, if
the alert was caused by an operation in the appliance. Used in tracking
root causes.
type: string
minLength: 0
maxLength: 128
clearedTime: description: The time when the alert is cleared
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
type: string
format: YYYY-MM-DD'T'hh:mm:ss.sss'Z'
uri: description: Contains the URI for this alert and should be used for any operations on
the alert. The uri is automatically generated and cannot be edited.
type: string
minLength: 0
maxLength: 128
associatedEventUris: description: List of event resource URIs that are associated with this alert. An event
can be associated with at most one alert, while an alert may have one or
more related events associated with it
required: true
type: array
urgency: description: You can assign a priority for addressing the problem associated with the
alert by setting the Urgency. Valid values are:None, Deferrable, Medium,
High, Immediate, Unknown. The default is None.
enum: None
Deferrable
Medium
High
Immediate
Unknown
type: string
required: true