Skip to content
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

[admin] /v1/cluster/addnode REST API #76

Closed
BohuTANG opened this issue Feb 17, 2021 · 1 comment
Closed

[admin] /v1/cluster/addnode REST API #76

BohuTANG opened this issue Feb 17, 2021 · 1 comment
Labels
C-feature Category: feature prio: normal Medium priority

Comments

@BohuTANG
Copy link
Member

curl --location --request POST 'localhost:3030/v1/cluster/addnode' \
--header 'Content-Type: application/json' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "address": "127.0.0.1:9009",
    "cpus": 8
}'
@BohuTANG BohuTANG added prio: normal Medium priority C-feature Category: feature labels Feb 17, 2021
@BohuTANG BohuTANG changed the title [admin] Add /v1/cluster/addnode REST API [admin] /v1/cluster/addnode REST API Feb 17, 2021
@BohuTANG
Copy link
Member Author

#53

drmingdrmer pushed a commit that referenced this issue Jan 8, 2024
chore: new test case test_msg_pack_enum_reorder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature prio: normal Medium priority
Projects
None yet
Development

No branches or pull requests

1 participant