List all resources that match a given check.
GET/report/check/:check_id/graph/:graph_id
Perform the check identified by the given check identifier on the graph with provided identifier. It is possible to filter the list further by providing a list of account ids.
Request​
Path Parameters
graph_id stringrequired
The identifier of the graph
Example: fix
check_id stringrequired
The ID of the check to perform.
Example: aws_ec2_snapshot_encrypted
Query Parameters
accounts string
Only show resources in one of the provided accounts.
Example: 123456789012,123456789013
Responses​
- 200
The checks result.
- application/json
- application/ndjson
- Schema
- Example (from schema)
Schema
Array [
]
kind string
The kind of this node.
[
{
"id": "123456",
"reported": {
"kind": "test.person",
"name": "Batman",
"city": "Gotham"
}
}
]
- Schema
- Example (from schema)
Schema
Array [
]
kind string
The kind of this node.
[
{
"id": "123456",
"reported": {
"kind": "test.person",
"name": "Batman",
"city": "Gotham"
}
}
]
Loading...