Download Event Search CSV
POST/search/event/filtered/download
Performs an event log search with an RQL query and downloads the result as a CSV file.
Request
- application/json; charset=UTF-8
Body
required
Audit event search parameters model
- Array [
- ]
- Array [
- ]
timeRange object
Model for TimeRangeConfig
type string
Possible values: [relative
]
Time type
value object
Model for RelativeTimeDuration
unit string
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
amount int32
Number of time units
groupBy string[]
Group By parameters
filters object[]
Filters
name string
Name
value string
Value
operator string
Possible values: [=
]
Operator
alertId string
Alert ID
sort object[]
Sort Fields
field string
Possible values: [ID
, TIME
, OPERATION
, CLOUD_SERVICE
, CRUD
, USER
, CLOUD_ACCOUNT
, CLOUD_REGION
, TIMESTAMP
]
direction string
Possible values: [asc
, desc
]
Direction
limit int32
Limit
id string
Search ID
query string
RQL query
Responses
- 200
- 400
successful operation
internal_error
Loading...