2.13. Data-Class: EventRest
This class represents one event.
Copy linkLink copied to clipboard!
| Name | Type | Description | 
|---|---|---|
| id | int | RHQ-Internal Id of the event | 
| detail | String | The message to be transmited | 
| sourceId | int | Id of the source on retrieval. When adding new events, this parameter is ignored. | 
| timestamp | long | Time in milliseconds since epoch when the event occurred | 
| severity | String | Severity of the event. Allowed values are DEBUG, INFO, WARN, ERROR, FATAL |