List available benchmarks.
GET/report/benchmarks
List available benchmarks.
Request​
Query Parameters
providers string
Comma separated list of cloud provides. All if not defined.
Example: aws
benchmarks string
Comma separated list of benchmarks. All if not defined.
Example: aws_cis_1_5,aws_cis_1_6
with_checks boolean
Include check definition into the benchmark
short boolean
Reduce the information to top level properties.
ids_only boolean
Return only the ids of the benchmarks.
Responses​
- 200
List of benchmarks.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
The id of this benchmark
framework string
The framework of this benchmark
version string
The version of this benchmark
clouds string[]
The clouds relevant for this benchmark
[
{
"id": "string",
"framework": "string",
"version": "string",
"clouds": [
"string"
],
"title": "string",
"description": "string",
"documentation": "string",
"checks": [
"string"
],
"children": [
null
]
}
]
Loading...