From d79550bb90b252cf3a439d63a4ded41f987b0dcb Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Sun, 14 Feb 2021 13:36:59 +0100 Subject: [PATCH] updated docs --- docs/source/protocol/msr.rst | 8 ++++++++ inventory_provider/routes/msr.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/protocol/msr.rst b/docs/source/protocol/msr.rst index c73074bb..112a7113 100644 --- a/docs/source/protocol/msr.rst +++ b/docs/source/protocol/msr.rst @@ -6,7 +6,15 @@ MSR Support Endpoints These endpoints are intended for use by MSR. +.. contents:: :local: + /msr/access-services --------------------------------- .. autofunction:: inventory_provider.routes.msr.access_services + + +/msr/logical-system-peerings</name> +------------------------------------- + +.. autofunction:: inventory_provider.routes.msr.logical_system_peerings \ No newline at end of file diff --git a/inventory_provider/routes/msr.py b/inventory_provider/routes/msr.py index 547d821a..58693b68 100644 --- a/inventory_provider/routes/msr.py +++ b/inventory_provider/routes/msr.py @@ -119,7 +119,7 @@ def access_services(): @common.require_accepts_json def logical_system_peerings(name=None): """ - Handler for `/msr/logical-system-peerings + Handler for `/msr/logical-system-peerings` This method will return a list of all peerings configured for the requested logical-system name on any router, or for any -- GitLab