Skip to main content

Perform Asynchronous Config Search

POST 

/search/api/v1/config/async

Receive the results of an RQL config query from reporting service asynchronously in CSV format. With config queries, you can retrieve resource information, identify misconfigurations, gain operational insights, and uncover policy and compliance violations.

Request

Body

required

Config rule search for asynchronous csv download request 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

    sort object[]

    Sort field data

  • Array [
  • field string

    Possible values: [ID, TIME, API_NAME, CUSTOMER_ID, INSERT_TS, JSON, CLOUD_ACCOUNT, CLOUD_REGION, STATE_ID]

    direction string

    Possible values: [asc, desc]

    Direction

  • ]
  • query stringrequired

    RQL query

    savedSearchId string

    Search ID

Responses

successful operation

Schema
    reportId string

    The report Id of the Csv download job

    downloadUrl string

    The url of the saved results

    statusUrl string

    The csv platforms status uri for this job

    status string

    The status of the job

    createdOn int64

    The timestamp when Csv platform creates this job

    createdBy string

    createdBy

Loading...