scylladb / argus

Apache License 2.0
4 stars 11 forks source link

feature(argus/client): Endpoint for retrieving the run #426

Closed k0machi closed 3 months ago

k0machi commented 3 months ago

This commit adds a new endpoint and a client method to retrieve currently instantiated run data. This is useful in case client wants to check/validate run before doing something to it.

Task: scylladb/scylla-cluster-tests#7483