Use these parameters in requests.
Parameter | Description | Parameter type | Data type | Required | Default |
|---|---|---|---|---|---|
| Trellix IAM-based access token. The token must include one of these combinations of scopes.
| Header | String | True | N/A |
| The type of events.
| ||||
| The date and time of the earliest events to return with the response. | Query | Date | False | 1970-01-01T00:00:00.000Z |
| The date and time of the latest events to return with the response. | Query | Date | False | Current date and time when query is executed. |
| Ordering of events, sorted by date and time. Values can be | Query | String | False | desc |
| The maximum number of events to be returned in the response must be an integer value between 1 and 1000.
| Query | Number | False | 100 |
| A link returned in the HTTP header (rel=next), providing the cursor that points to the end of the page of data that has been returned. Used to get the next results, if available. Treat the after cursor as an opaque value as its contents are subject to change without notice. | Query | String | False | N/A |