EventSearchRequestById
- Print
- PDF
EventSearchRequestById
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the requested information required to search for an event by ID.
Syntax
The syntax is as follows.
private long ruleId;
private String eventId;
private String query;
private long startTime;
private long endTime;
private int pageSize;
private int pageNum;
private boolean onlyFetchUnCloseEvent;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
ruleId | long | Required | ID of event rule to query |
eventId | String | Required | ID of event to query |
query | String | Optional | Searchable by rule name, metric name, or resource name |
startTime | long | Required | Query start time (milliseconds) |
endTime | long | Required | Query end time (milliseconds) |
pageSize | Integer | Optional | Page size
|
pageNum | Integer | Optional | Page number
|
onlyFetchUnCloseEvent | Boolean | Optional |
|
Was this article helpful?