Download Config Search as CSV
POST/search/api/v1/config/download
Returns the results of an RQL Config query as a CSV. 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
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
sort object[]
Sort field data
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
- 200
- 400
- 403
- 404
success
- text/csv
- Schema
- Example (from schema)
Schema
headerComments string[]
List of header comments
headers string[]
List of headers
rows array[]
List of rows
{
"headerComments": [
"string"
],
"headers": [
"string"
],
"rows": [
[
"string"
]
]
}
invalid_parameter_value
unauthorized_access
not_found
Loading...