From 3a715095c50917f955ea2ea495febe08481e2c16 Mon Sep 17 00:00:00 2001 From: rajendrajaiswal Date: Tue, 12 Mar 2019 14:09:23 +0000 Subject: Documentation for PM Mapper and API Change-Id: I86ed34def6308fa4c16937256a3b8918b407efe2 Issue-ID: DCAEGEN2-567 Signed-off-by: rajendrajaiswal --- docs/sections/apis/pmmapper.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'docs/sections/apis/pmmapper.rst') diff --git a/docs/sections/apis/pmmapper.rst b/docs/sections/apis/pmmapper.rst index 1e9333a8..6b736e36 100644 --- a/docs/sections/apis/pmmapper.rst +++ b/docs/sections/apis/pmmapper.rst @@ -44,7 +44,26 @@ GET ``/healthcheck`` Description ~~~~~~~~~~~ -This is the health check endpoint. If this returns a 200, the server is alive. If anything other than a 200, either dead, or no connection to pm mapper. +This is the health check endpoint. If this returns a 200, the server is alive. If anything other than a 200, the server is either dead or no connection to pm mapper. + +Responses +~~~~~~~~~ + ++-----------+---------------------+ +| HTTP Code | Description | ++===========+=====================+ +| **200** | successful response | ++-----------+---------------------+ + + +GET ``/reconfigure`` +-------------------- + + + +Description +~~~~~~~~~~~ +This is the reconfigure endpoint to fetch updated config information using config binding service. Responses ~~~~~~~~~ -- cgit 1.2.3-korg