We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Support following HTTP APIs:
Set node role:
curl --request POST \ --url http://localhost:23820/admin/node/current \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "role" : "leader" } '
List node variables:
curl --request GET \ --url http://localhost:23820/admin/variables \ --header 'accept: application/json' \
List node configs:
curl --request GET \ --url http://localhost:23820/admin/configs \ --header 'accept: application/json' \
Show node variable by name:
curl --request GET \ --url http://localhost:23820/admin/variables/{var_name} \ --header 'accept: application/json' \
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
No response
Describe the feature you'd like
Support following HTTP APIs:
Set node role:
List node variables:
List node configs:
Show node variable by name:
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: