scaleway-sdk-python icon indicating copy to clipboard operation
scaleway-sdk-python copied to clipboard

Regional Load Balancer API is deprecated

Open guedressel opened this issue 1 year ago • 1 comments

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 avatar May 28 '24 15:05 guedressel

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.

guedressel avatar May 28 '24 18:05 guedressel