Skip to main content

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​

The checks result.

Schema

  • Array [

  • kind string

    The kind of this node.

  • ]

Loading...