Add Connection
POST/suts/:sut_id/connections
Add a connection to a SUT. The label must be unique among the SUT's connections.
sut_protocol is inferred from gdi_schema/task_type when not given explicitly, and
the resolved builder validates model_params against its own schema, filling in any
defaults. A non-none auth_type with a supplied auth_header_value is encrypted before
storage; the credential is never returned in plain text once stored.
Request
Responses
- 201
- 400
- 403
- 404
- 422
Successful Response
Bad Request
Forbidden
Not Found
Unprocessable Entity