Skip to main content

List all resources that match a given check.​

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.

Path Parameters
  • graph_id string required

    The ID of the graph to check.

    Example: resoto
  • check_id string required

    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
  • kind string

    The kind of this node.

Loading...