Skip to content

Regional Load Balancer API is deprecated #535

Open
@guedressel

Description

@guedressel

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".

Activity

guedressel

guedressel commented on May 28, 2024

@guedressel
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.

added
pythonPull requests that update Python code
enhancementNew feature or request
priority:mediumImprovements that are not the main priority
on May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or requestpriority:mediumImprovements that are not the main prioritypythonPull requests that update Python code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @guedressel@Mia-Cross@Laure-di@yfodil

      Issue actions

        Regional Load Balancer API is deprecated · Issue #535 · scaleway/scaleway-sdk-python