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
- application/json; charset=UTF-8
Body
required
Config rule search for asynchronous csv download request parameters model
- Array [
- ]
timeRange object
Model for TimeRangeConfig
Possible values: [relative
]
Time type
value object
Model for RelativeTimeDuration
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
Number of time units
sort object[]
Sort field data
Possible values: [ID
, TIME
, API_NAME
, CUSTOMER_ID
, INSERT_TS
, JSON
, CLOUD_ACCOUNT
, CLOUD_REGION
, STATE_ID
]
Possible values: [asc
, desc
]
Direction
RQL query
Search ID
Responses
- 200
- 202
- 400
- 404
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
The report Id of the Csv download job
The url of the saved results
The csv platforms status uri for this job
The status of the job
The timestamp when Csv platform creates this job
createdBy
{
"reportId": "string",
"downloadUrl": "string",
"statusUrl": "string",
"status": "string",
"createdOn": 0,
"createdBy": "string"
}
successful operation
bad_request
not_found