Skip to content

Commit

Permalink
feat(swagger): scylla_v1, added new repair endpoint params
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski authored and karol-kokoszka committed May 9, 2024
1 parent dc42635 commit 91c6ffd
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions swagger/scylla_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10389,12 +10389,33 @@
"type": "string",
"description": "Which hosts are to participate in this repair. Multiple hosts can be listed separated by commas."
},
{
"name": "ignore_nodes",
"in": "query",
"required": false,
"type": "string",
"description": "Which hosts are to ignore in this repair. Multiple hosts can be listed separated by commas."
},
{
"name": "trace",
"in": "query",
"required": false,
"type": "string",
"description": "If the value is the string 'true' with any capitalization, enable tracing of the repair."
},
{
"name": "ranges_parallelism",
"in": "query",
"required": false,
"type": "string",
"description": "An integer specifying the number of ranges to repair in parallel by user request. If this number is bigger than the max_repair_ranges_in_parallel calculated by Scylla core, the smaller one will be used."
},
{
"name": "small_table_optimization",
"in": "query",
"required": false,
"type": "string",
"description": "If the value is the string 'true' with any capitalization, perform small table optimization. When this option is enabled, user can send the repair request to any of the nodes in the cluster. There is no need to send repair requests to multiple nodes. All token ranges for the table will be repaired automatically."
}
],
"responses": {
Expand Down

0 comments on commit 91c6ffd

Please sign in to comment.