Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(swagger): add backup, restore and task manager Scylla API (#4100)
* feat(swagger): scylla, add task manager endpoints They can be used to abort Scylla task, check its progress, etc... Definitions were taken from: https://github.com/scylladb/scylladb/blob/f3f956841fc4fb720626de2d036478d64c76dd3a/api/api-doc/task_manager.json#L5 * feat(swagger): scylla, add backup and restore endpoints They will eventually be used to replace currently used rclone server. Definitions were taken from: https://github.com/scylladb/scylladb/blob/ee92784098689125708f88fa9441ccd8e68b6ae9/api/api-doc/storage_service.json#L758 * feat(swagger): add README file
- Loading branch information