Systems
Create (upsert) system
Create a new system. If one with the same name in the project exists, it updates it instead.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the system's Project.
Example:
"314"
Body
application/json
Response
201
application/json
System created successfully
A System Under Test (SUT).
Systems are templates - to run evaluations, pair them with a SystemVersion that provides specific parameter values.