-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface for /v2/config/{name} REST endpoint #47
Comments
Can you please try https://github.com/bhalevy/scylla-api-client/tree/v2-api ? |
Hi @bhalevy , I built the branch by doing the following:
This installed
And the following:
|
It seems to work:
|
bhalevy
added a commit
to bhalevy/scylla-api-client
that referenced
this issue
Nov 28, 2024
Scylla supports swagger v2 api for config and metrics-config. Currently this api-client bases its per-api metadata on version 1.2, so translate the v2 json metadata to the existing structures so the v2 apis can be represented along the existing ones. Fixes scylladb#47 Signed-off-by: Benny Halevy <[email protected]>
bhalevy
added a commit
to bhalevy/scylla-api-client
that referenced
this issue
Dec 1, 2024
Scylla supports swagger v2 api for config and metrics-config. Currently this api-client bases its per-api metadata on version 1.2, so translate the v2 json metadata to the existing structures so the v2 apis can be represented along the existing ones. Fixes scylladb#47 Signed-off-by: Benny Halevy <[email protected]>
bhalevy
added a commit
to bhalevy/scylla-api-client
that referenced
this issue
Jan 26, 2025
Scylla supports swagger v2 api for config and metrics-config. Currently this api-client bases its per-api metadata on version 1.2, so translate the v2 json metadata to the existing structures so the v2 apis can be represented along the existing ones. Fixes scylladb#47 Signed-off-by: Benny Halevy <[email protected]>
bhalevy
added a commit
to bhalevy/scylla-api-client
that referenced
this issue
Jan 26, 2025
Scylla supports swagger v2 api for config and metrics-config. Currently this api-client bases its per-api metadata on version 1.2, so translate the v2 json metadata to the existing structures so the v2 apis can be represented along the existing ones. Fixes scylladb#47 Signed-off-by: Benny Halevy <[email protected]>
bhalevy
added a commit
to bhalevy/scylla-api-client
that referenced
this issue
Jan 26, 2025
Scylla supports swagger v2 api for config and metrics-config. Currently this api-client bases its per-api metadata on version 1.2, so translate the v2 json metadata to the existing structures so the v2 apis can be represented along the existing ones. Fixes scylladb#47 Signed-off-by: Benny Halevy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The REST API provides an
/v2/config/{name}
endpoint to view configuration parameters. For example:The
scylla-api-client
utility does not provide an interface for this REST endpoint.Steps to reproduce
Expected results
A
config
module should be available that provides access to the/v2/config/{name}
endpoint.Actual results
There is no interface for the
/v2/config/{name}
endpoint.The text was updated successfully, but these errors were encountered: