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

Get LB private-network infos impossible with CLI. Need to use API. #3533

Closed
mnennon opened this issue Dec 13, 2023 · 0 comments · Fixed by #3537
Closed

Get LB private-network infos impossible with CLI. Need to use API. #3533

mnennon opened this issue Dec 13, 2023 · 0 comments · Fixed by #3537
Assignees
Labels
bug load-balancer Load-balancer issues, bugs and feature requests priority:highest Bugs filled by customers, security issues

Comments

@mnennon
Copy link

mnennon commented Dec 13, 2023

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Command attempted

scw lb private-network list <current_lb_id_in_project>

Expected Behavior

should have displayed in human style what corresponding api returns

`curl -X GET -H "X-Auth-Token: $SCW_SECRET_KEY" "https://api.scaleway.com/lb/v1/zones/$SCW_DEFAULT_ZONE/lbs/{current_lb_id_in_project}/private-networks"

{"private_network":[{"lb":{"id":"<current_lb_id_in_project>.....}

Actual Behavior

get no information

> scw lb private-network list <current_lb_id_in_project>
                                         

More info

scw previous version issue noticed : 2.22.0
current version issue still here : 2.26.0
OS : linux Ubuntu 20

@mnennon mnennon added the bug label Dec 13, 2023
@Mia-Cross Mia-Cross added the load-balancer Load-balancer issues, bugs and feature requests label Dec 13, 2023
@yfodil yfodil added the priority:highest Bugs filled by customers, security issues label Dec 13, 2023
@yfodil yfodil linked a pull request Dec 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug load-balancer Load-balancer issues, bugs and feature requests priority:highest Bugs filled by customers, security issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants