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
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:
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.
Activity
guedressel commentedon May 28, 2024
I just learned about the
LbV1ZonedAPI
.Since the
LbV1API
does not work reliable (doesn't list all LBs in my project) I propose to markLbV1API
as deprecated.