Systems
Get system
Retrieve a specific system by ID.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the system to retrieve.
Example:
"12345678-0a8b-4f66-b6f3-2ddcfa097257"
Response
Successfully retrieved system.
A System Under Test (SUT).
Systems are templates - to run evaluations, pair them with a SystemVersion that provides specific parameter values.
The ID of the system.
The name of the system. Unique within the project.
The description of the system.
The production version of the system.
The versions of the system.
Previous
Update systemUpdate an existing system. Only the fields provided in the request body will be updated.
If a field is provided, the new content will replace the existing content.
If a field is not provided, the existing content will remain unchanged.
Next
JavaScript