Skip to main content
Version: 3.2.7

Perform a benchmark on a graph.​

Perform a benchmark with the given identifier on a graph with a given identifier.

Path Parameters
  • benchmark string required

    The name of the benchmark to perform

    Example: aws_cis_1.5
  • graph_id string required

    The id of the graph to perform this operation.

    Example: resoto
Query Parameters
  • accounts string

    Comma separated list of account ids to include in the benchmark. If no value is given, all accounts are included.

    Example: 123456789012,123456789013
Responses

The checks result.


Schema array
    oneOf

  • id string

    The identifier of this node.

  • type string
  • reported object
  • kind string

    The kind of this node.

  • desired object
  • metadata object
Loading...