event
| Namespace: |
com.unboundid.directory.mon.api.v1.models |
This defines a single event that captures an alert created by a monitored
server, or an annotation created by an admin.
XML
Attributes
| name |
type |
description |
| id |
string |
The ID of this Event.
|
| creationDate |
dateTime |
The time the event was created on the monitored server.
|
| eventType |
string |
The type of the event.
|
| eventSeverity |
string |
The severity of the event.
|
| sourceProductInstance |
string |
The source of the event.
|
| summary |
string |
The summary of the event.
|
| detail |
string |
The detail of the event.
|
Elements
| name (type) |
min/max occurs |
description |
|
thresholdDetail (thresholdStatus)
|
0/1 |
The threshold details of the event if a threshold-type event.
|
JSON
| property |
type |
description |
| id |
string |
The ID of this Event.
|
| creationDate |
dateTime |
The time the event was created on the monitored server.
|
| eventType |
string |
The type of the event.
|
| eventSeverity |
string |
The severity of the event.
|
| sourceProductInstance |
string |
The source of the event.
|
| summary |
string |
The summary of the event.
|
| detail |
string |
The detail of the event.
|
| thresholdDetail |
thresholdDetail (thresholdStatus)
|
The threshold details of the event if a threshold-type event.
|