We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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))
The text was updated successfully, but these errors were encountered:
Resolved as part of 0.16.0 release
Sorry, something went wrong.
No branches or pull requests
#5
def get_appliance_bgp_state_all_vrfs(
self,
ne_id: str,
) -> dict:
"""Returns appliance BGP current state
The text was updated successfully, but these errors were encountered: