Open
Description
Right now it's only possible to create an experiment, delete and list of an experiment. The TSP supports a PUT command to update the experiment (e.g. name or list of traces).
This tracker is to support the endpoint to update the experiment. Add also a command-line option to trigger the execution.
tsp_python-client --update-experiment <uuid> --name <new-name> --uuids <list of trace uuids>
where at least of --name
, --uuids
is provided on the command-line or experiment is unchanged
Note: eclipse-cdt-cloud/trace-server-protocol#69 is related and needs to be in take in consideration.