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

Regional Load Balancer API is deprecated #535

Open
guedressel opened this issue May 28, 2024 · 1 comment
Open

Regional Load Balancer API is deprecated #535

guedressel opened this issue May 28, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority:medium Improvements that are not the main priority python Pull requests that update Python code

Comments

@guedressel
Copy link

Playing with the Scaleway Python SDK made me stumble when retrieving the list of loadbalancers.
Some digging showed, that the Python SDK uses the API paths based on regions, which is dprecated:

https://www.scaleway.com/en/docs/changelog/?product=load-balancers#regional-load-balancer-api-is-deprecated

Plase update the API to use the "zoned API".

@guedressel
Copy link
Author

I just learned about the LbV1ZonedAPI.
Since the LbV1API does not work reliable (doesn't list all LBs in my project) I propose to mark LbV1API as deprecated.

@Mia-Cross Mia-Cross added python Pull requests that update Python code enhancement New feature or request priority:medium Improvements that are not the main priority labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:medium Improvements that are not the main priority python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

3 participants