Skip to main content

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

Body

required

Audit event search parameters model

    timeRange object

    Model for TimeRangeConfig

    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

  • Array [
  • name string

    Name

    value string

    Value

    operator string

    Possible values: [=]

    Operator

  • ]
  • alertId string

    Alert ID

    sort object[]

    Sort Fields

  • Array [
  • 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

successful operation

Loading...