Skip to content
Snippets Groups Projects
Commit 8aaa6886 authored by Erik Reid's avatar Erik Reid
Browse files

docs

parent 734eb0c8
Branches
Tags
No related merge requests found
...@@ -14,7 +14,33 @@ These endpoints are intended for use by MSR. ...@@ -14,7 +14,33 @@ These endpoints are intended for use by MSR.
.. autofunction:: inventory_provider.routes.msr.access_services .. autofunction:: inventory_provider.routes.msr.access_services
/msr/logical-system-peerings</name> /msr/bgp/logical-systems
------------------------------------- -------------------------------------
.. autofunction:: inventory_provider.routes.msr.logical_system_peerings .. autofunction:: inventory_provider.routes.msr.get_logical_systems
\ No newline at end of file
/msr/bgp/logical-system-peerings</name>
------------------------------------------
.. autofunction:: inventory_provider.routes.msr.logical_system_peerings
/msr/bgp/groups
-------------------------------------
.. autofunction:: inventory_provider.routes.msr.get_peering_groups
/msr/bgp/group-peerings</name>
-------------------------------------
.. autofunction:: inventory_provider.routes.msr.bgp_group_peerings
helpers
-------------------------------------
.. autofunction:: inventory_provider.routes.msr._handle_peering_group_list_request
.. autofunction:: inventory_provider.routes.msr._handle_peering_group_request
...@@ -138,7 +138,7 @@ def _handle_peering_group_request(name, cache_key, group_key_base): ...@@ -138,7 +138,7 @@ def _handle_peering_group_request(name, cache_key, group_key_base):
.. asjson:: .. asjson::
inventory_provider.routes.msr.PEERING_LIST_SCHEMA inventory_provider.routes.msr.PEERING_LIST_SCHEMA
:param name: group/logical-system name, nor None :param name: group/logical-system name, or None
:param cache_key: base cache key for this type of request :param cache_key: base cache key for this type of request
:param group_key_base: key above which the peerings are grouped :param group_key_base: key above which the peerings are grouped
:return: a json list, formatted as above :return: a json list, formatted as above
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment