event element
Type: | 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.
Example JSON
{
"id" : "...",
"creationDate" : "...",
"eventType" : "...",
"eventSeverity" : "...",
"sourceProductInstance" : "...",
"summary" : "...",
"detail" : "...",
"thresholdDetail" : {
"thresholdOwnerName" : "...",
"thresholdName" : "...",
"thresholdState" : "...",
"currentValue" : ...,
"currentLimit" : ...,
"entryTimestamp" : "...",
"exitTimestamp" : "...",
"metricName" : "...",
"affectedServers" : "..."
}
}