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
 ~~~~~~~~~
 
 Configuration\r
 =============\r
 \r
-< To-Do >
\ No newline at end of file
+Filtering\r
+"""""""""\r
+PM mapper maps PM XML files to performance VES event by applying the mapper filtering information. Mapper filtering is configured during instantiation through cloudify manager.\r
+Mapper filtering is based on the PM dictionary fields.\r
+PM mapper expects the filter in the following JSON format:\r
+\r
+::\r
+\r
+\r
+         "filters":[{\r
+            "pmDefVsn": "1.3",\r
+            "nfType": "gnb",\r
+            "vendor": "Ericsson",\r
+            "measTypes": [ "attTCHSeizures", "succTCHSeizures" ]\r
+        }]\r
+\r
+\r
+\r
+====================   ============================      ================================\r
+Field                  Description                       Type\r
+====================   ============================      ================================\r
+pmDefVsn               PM Dictionary version.            String\r
+vendor                 Vendor of the xNF type.           String\r
+nfType                 nfType is vendor                  String\r
+                       defined and should match the\r
+                       string used in file ready\r
+                       eventName.\r
+measTypes              Measurement name used in PM       Array of String\r
+                       file in 3GPP format where\r
+                       specified, else vendor\r
+                       defined.\r
+====================   ============================      ================================\r
+\r
+Feed Name\r
+"""""""""\r
+A default feed name "bulk_pm_feed" is configured in PM Mapper blueprint but the feed name can be changed to a user defined value through cloudify manager.
\ No newline at end of file
 
 Installation\r
 ============\r
 \r
-< To - Do >\r
+PM mapper is a microservice that will be instantiated by Cloudify Manager. PM Mapper blueprint is uploaded into Cloudify Manager where the user can configure the PM Mapper.\r
+Cloudify Manager will then proceed to instantiate the pm mapper service within DCAE Services. During instantiation, the PM mapper will query configuration information using the Config Binding Service.\r
+\r