List all checks.​
List all checks.
Query Parameters
- provider string
Filter by provider.
Example: aws - service string
Filter by service.
Example: ec2 - category string
Filter by category.
Example: security - kind string
Filter by kind.
Example: aws_ec2_instance
Responses
- 200
List of checks.
- application/json
- Schema
- Example (from schema)
Schema array
- id string
The id of this check
- provider string
The provider of this check
- service string
The service of this check
- title string
The title of this check
- categories string[]
The categories of this check
- severity string
Possible values: [
critical
,high
,medium
,low
,info
]The severity of this check
detect
The detect expression of this check
property name*
stringremediation object
text stringThe text of the remediation
url stringThe url of the remediation
action
Action to remediate the inspected issue
property name*
string- url string
The url of this check
- related string[]
The related checks of this check
[
{
"id": "string",
"provider": "string",
"service": "string",
"title": "string",
"categories": [
"string"
],
"severity": "critical",
"remediation": {
"text": "string",
"url": "string"
},
"url": "string",
"related": [
"string"
]
}
]
Loading...