/
KU
kubeshop
/
TraceTest
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-07-17
Details
Filter operations
api
41
put
Upsert a definition
post
Execute a definition
get
Get transactions
post
Create new transaction
get
get transaction
put
update transaction
delete
delete a transaction
get
get a transaction specific version
get
Get the transaction definition as an YAML file
get
Get all runs from a particular transaction
post
run transaction
get
Get a specific run from a particular transaction
delete
Delete a specific run from a particular transaction
get
Get tests
post
Create new test
get
get test
put
update test
delete
delete a test
get
get the runs for a test
post
run test
get
retrieve spans that will be selected by selector
put
run given assertions against the traces from the given run without persisting anything
post
rerun a test run
get
get test run results in JUnit xml format
get
export test and test run information
post
import test and test run information
get
get test Run
delete
delete a test run
get
Get definition for a test
put
Set spec for a test
put
Set outputs for a test
get
get a test specific version
get
Get the test definition as an YAML file
get
Get Environments
post
Create new environment
get
get environment
put
update environment
delete
delete a environment
get
Get the environment definition as an YAML file
post
resolves an expression and returns the result string
get
Get resources
api
Set outputs for a test
Set outputs for a particular test
put
/tests/{testId}/outputs
Path parameters
testId
string
required
Request body
TestOutput[]
required
— unresolved $ref
Response
OK
Changes