You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General Question
Thanks for your work.
I wanna ask how can I get the total connection of nebula-http-gateway.
I can use the command below to get the connection:
curl -i -X POST \
-d '{"username":"user","password":"password","address":"192.168.8.26","port":9669}' \
http://127.0.0.1:8080/api/db/connect
But if I rerun this command, it will give me another connection with new common-nsid.
I wanna know how can I get the current total connection via curl or another source?
Thanks for your reply.
The text was updated successfully, but these errors were encountered:
Hello, you can use the api/db/exec interface of nebula-http-gateway to execute the SHOW SESSIONS statement and retrieve the current number of connections to Nebula.
General Question
Thanks for your work.
I wanna ask how can I get the total connection of nebula-http-gateway.
I can use the command below to get the connection:
But if I rerun this command, it will give me another connection with new common-nsid.
I wanna know how can I get the current total connection via curl or another source?
Thanks for your reply.
The text was updated successfully, but these errors were encountered: