mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
"This series adds an API to return the active repairs by their IDs. After this series a call to: curl -X GET --header "Accept: application/json" "http://localhost:10000/storage_service/active_repair/" Will return an array with the ids of the active repairs. Fixes #3193" * 'amnon/get_active_repairs_v3' of github.com:scylladb/seastar-dev: API: Add get active repair api repair: Add a get_active_repairs function to return the active repair