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.
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. |