Testkube Control Plane ../test-workflow-executions operations
Testkube Pro API (cloud-api/1.10.51)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io License: COMMERICAL
API for Testkube Pro
Get Test Workflow artifact
Get Test Workflow artifact
Authorizations:
None
path Parameters
id required | string unique id of the object |
environmentID required | string unique id of the environment |
executionID required | string unique id of the test execution |
artifactID required | string unique id of the artifact |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
Content type
application/json
{- "url": "string"
}
Download test workflow artifact
Download test workflow artifact
Authorizations:
None
path Parameters
id required | string unique id of the object |
environmentID required | string unique id of the environment |
executionID required | string unique id of the test execution |
artifactID required | string unique id of the artifact |
Responses
Response samples
- 400
- 401
- 403
- 404
- 500
Content type
application/problem+json
{- "title": "Invalid test name",
- "status": 500,
- "detail": "Your test name can't contain forbidden characters like \"}}}\" passed",
}
Serve Test Workflow artifact
Serve Test workflow artifact
Authorizations:
None
path Parameters
id required | string unique id of the object |
environmentID required | string unique id of the environment |
executionID required | string unique id of the test execution |
artifactID required | string unique id of the artifact |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
Content type
application/json
{- "url": "string"
}