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

Bug on pyedgeconnect/orch /_bgp.py #6

Closed
thejptnaz opened this issue Nov 1, 2023 · 1 comment
Closed

Bug on pyedgeconnect/orch /_bgp.py #6

thejptnaz opened this issue Nov 1, 2023 · 1 comment

Comments

@thejptnaz
Copy link

thejptnaz commented Nov 1, 2023

#5

def get_appliance_bgp_state_all_vrfs(
self,
ne_id: str,
) -> dict:
"""Returns appliance BGP current state

.. list-table::
    :header-rows: 1

    * - Swagger Section
      - Method
      - Endpoint
    * - bgp
      - GET
      - /bgp/state/allVrfs/{neId}

:param ne_id: Network Primary Key (nePk) of existing appliance,
    e.g. ``3.NE``
:type ne_id: str
:return: Returns appliance BGP state
:rtype: dict
"""
return self._get("/bgp/allVrfs/state/{}".format(ne_id)) #Change to return self._get("/bgp/state/allVrfs/{}".format(ne_id))
@zachcamara-hpe
Copy link
Contributor

Resolved as part of 0.16.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants