cli_v2: implement LaunchRepairOperation and remove old stuff

This commit is contained in:
Alex Auvolat
2025-02-05 15:36:47 +01:00
parent 406b6da163
commit f914db057a
18 changed files with 214 additions and 283 deletions
+1
View File
@@ -63,6 +63,7 @@ impl AdminApiRequest {
POST CreateMetadataSnapshot (default::body, query::node),
GET GetNodeStatistics (default::body, query::node),
GET GetClusterStatistics (),
POST LaunchRepairOperation (body_field, query::node),
// Worker APIs
POST ListWorkers (body_field, query::node),
POST GetWorkerInfo (body_field, query::node),