Download Config Search as CSV
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.
application/json; charset=UTF-8
Request Body required
Config rule search by query with download request parameters model
- Array [
- ]
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
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 string required
RQL query
savedSearchId string
Search ID
Responses
- 200
- 400
- 403
- 404
- 500
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
internal_error
Loading...