public interface EventsResource
Modifier and Type | Method and Description |
---|---|
ApiEvent |
readEvent(String eventUUID)
Returns a specific event in the system
|
ApiEventQueryResult |
readEvents(Integer maxResults,
Integer resultOffset,
String query)
Allows you to query events in the system.
|
@Path(value="/") ApiEventQueryResult readEvents(Integer maxResults, Integer resultOffset, String query)
maxResults
- The maximum number of events to return.resultOffset
- Specified the offset of events to return.query
- The query to perform to find events in the system. It accepts
querying the intersection of a list of constraints,
joined together with semicolons (without spaces). For example:
The other valid comparators are =lt=, =le=, =ge=, and =gt=. They stand for "<", "<=", ">=", ">" respectively. These comparators are only applicable for date time fields.
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.