Benchmark Lifecycle
Update a Benchmark.
Update a Benchmark with a set of Scenarios.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Benchmark ID.
Body
application/json
BenchmarkCreateParameters contain the set of paramters to create a Benchmark.
The name of the Benchmark.
Whether this benchmark is public.
The Scenario IDs that make up the Benchmark.
User defined metadata to attach to the benchmark for organization.
Response
200 - application/json
OK
A BenchmarkView represents a grouped set of Scenarios that together form a Benchmark.
The ID of the Benchmark.
The name of the Benchmark.
List of Scenario IDs that make up the benchmark.
User defined metadata to attach to the benchmark for organization.
Whether this benchmark is public.
Was this page helpful?