Fixed publish config issue 25/86625/2
authorLathish <lathishbabu.ganesan@est.tech>
Tue, 30 Apr 2019 14:00:16 +0000 (14:00 +0000)
committerTakamune Cho <takamune.cho@att.com>
Tue, 30 Apr 2019 18:40:30 +0000 (18:40 +0000)
Issue-ID: APPC-1588
Change-Id: I63e75c415d7f33c750eaad6799234e03741ad290
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json
docs/APPC LCM API Guide/APPC LCM API Guide.rst

index ca95747..5befc7f 100644 (file)
         "id": "4c8c9a0.c6b3768",\r
         "type": "switchNode",\r
         "name": "switch",\r
-        "xml": "<switch test='`$Publish_Config`'>",\r
+        "xml": "<switch test='`$publish-config`'>",\r
         "comments": "",\r
         "outputs": 1,\r
         "x": 1037.6666984558105,\r
index 3a213d8..a8dffbe 100644 (file)
@@ -1940,11 +1940,21 @@ This command can be applied to any VNF type. The only restriction is that the VN
 +------------------------------+---------------------------------------------------+
 |     **Action-identifiers**   |     Vnf-id                                        |
 +------------------------------+---------------------------------------------------+
-|     **Payload Parameters**   |     None                                          |
+|     **Payload Parameters**   |     See below                                     |
 +------------------------------+---------------------------------------------------+
 |     **Revision History**     |     Unchanged in this release.                    |
 +------------------------------+---------------------------------------------------+
 
++----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+
+|     **Parameter**    |     **Description**                                                                                                                                       |     **Required?**   |     **Example**                  |
++======================+===========================================================================================================================================================+=====================+==================================+
+|     publish-config   |     \* If the publish\-config field is set to Y in the payload, then always write the running configuration to file                                       |     Yes             |     "publish-config": "<Y\|N>"   |
+|                      |                                                                                                                                                           |                     |                                  |
+|                      |     \* If the publish\-config field is set to N in the payload, then running configuration is not written to the file                                     |                     |                                  |
+|                      |                                                                                                                                                           |                     |                                  |
++----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+
+
+
 Unlock
 ------