scaleway / scaleway-sdk-python

Integrate Scaleway with your Python applications
Apache License 2.0
24 stars 7 forks source link

Regional Load Balancer API is deprecated #535

Open guedressel opened 1 month ago

guedressel commented 1 month ago

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 commented 1 month ago

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.