event element

Type: apiEvent

Events model noteworthy incidents in Cloudera Manager or the managed Hadoop cluster. An event carries its event category, severity, and a string content. They also have generic attributes, which are free-form key value pairs. Important events may be promoted into alerts.

Example JSON

{ "id" : "...", "content" : "...", "timeOccurred" : "...", "timeReceived" : "...", "category" : "UNKNOWN", "severity" : "UNKNOWN", "alert" : false, "attributes" : [ { "name" : "...", "values" : [ "...", ... ] }, ... ] }