List available benchmarks.
GET/report/benchmarks
List available benchmarks.
Request​
Query Parameters
Comma separated list of benchmarks. All if not defined.
Include check definition into the benchmark
Reduce the information to top level properties.
Responses​
- 200
List of benchmarks.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- InspectCheck
- ]
- ]
The id of this benchmark
The framework of this benchmark
The version of this benchmark
The clouds relevant for this benchmark
report_checks object[]
Related checks of this benchmarks
string
The id of this check
The provider of this check
The service of this check
The title of this check
The categories of this check
Possible values: [critical
, high
, medium
, low
, info
]
The severity of this check
detect
The detect expression of this check
remediation object
The text of the remediation
The url of the remediation
action
Action to remediate the inspected issue
The url of this check
The related checks of this check
[
{
"id": "string",
"framework": "string",
"version": "string",
"clouds": [
"string"
],
"report_checks": [
"string",
{}
],
"title": "string",
"description": "string",
"documentation": "string",
"checks": [
"string"
],
"children": [
null
]
}
]