Skip to content

Commit

Permalink
swagger(scylla): remove endpoint getting replace_address_first_boot c…
Browse files Browse the repository at this point in the history
…onfig value

Since scylladb/scylladb@1577aa8 (5.2), the replace_address and replace_address_first_boot options are deprecated and their usage is discouraged, and warned about (when used).
Instead, the user should use the replace_node_first_boot which states the replaced node's host_id rather than its ip address.
  • Loading branch information
karol-kokoszka committed Jun 25, 2024
1 parent 0f80576 commit cee8877
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 289 deletions.
35 changes: 0 additions & 35 deletions swagger/gen/scylla/v2/client/config/config_client.go

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

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions swagger/scylla_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4008,33 +4008,6 @@
}
}
},
"/config/replace_address_first_boot": {
"get": {
"description": "Like replace_address option, but if the node has been bootstrapped successfully it will be ignored. Same as -Dcassandra.replace_address_first_boot.",
"operationId": "find_config_replace_address_first_boot",
"produces": [
"application/json"
],
"tags": [
"config"
],
"parameters": [],
"responses": {
"200": {
"description": "Config value",
"schema": {
"type": "string"
}
},
"default": {
"description": "unexpected error",
"schema": {
"$ref": "#/definitions/ErrorModel"
}
}
}
}
},
"/config/override_decommission": {
"get": {
"description": "Set true to force a decommissioned node to join the cluster",
Expand Down

0 comments on commit cee8877

Please sign in to comment.