id | str | A unique ID for this event. | [optional] |
content | str | The content payload of this event. | [optional] |
time_occurred | str | When the event was generated. | [optional] |
time_received | str | When the event was stored by Cloudera Manager. Events do not arrive in the order that they are generated. If you are writing an event poller, this is a useful field to query. | [optional] |
category | ApiEventCategory | The category of this event -- whether it is a health event, an audit event, an activity event, etc. | [optional] |
severity | ApiEventSeverity | The severity of the event. | [optional] |
alert | bool | Whether the event is promoted to an alert according to configuration. | [optional] |
attributes | list[ApiEventAttribute] | A list of key-value attribute pairs. | [optional] |