Fixed public config issue in Audit 51/86651/3
authorLathish <lathishbabu.ganesan@est.tech>
Tue, 30 Apr 2019 16:09:56 +0000 (16:09 +0000)
committerLathish <lathishbabu.ganesan@est.tech>
Tue, 30 Apr 2019 16:09:56 +0000 (16:09 +0000)
Issue-ID: APPC-1587
Change-Id: I7caa7fbf85f8a49beb5fc957c9372445f0d5e7ef
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Audit_2.0.0.json
docs/APPC LCM API Guide/APPC LCM API Guide.rst

index 33b9230..1cc18c2 100644 (file)
         "id": "5584c2d4.ec7c8c",
         "type": "switchNode",
         "name": "switch",
-        "xml": "<switch test='`$Publish_Config`'>",
+        "xml": "<switch test='`$publish-config`'>",
         "comments": "",
         "outputs": 1,
         "x": 1240.1670684814453,
index c742dd1..3a213d8 100644 (file)
@@ -796,9 +796,9 @@ The Audit action does not require any payload parameters.
 +----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+
 |     **Parameter**    |     **Description**                                                                                                                                       |     **Required?**   |     **Example**                  |
 +======================+===========================================================================================================================================================+=====================+==================================+
-|     publish-config   |     \* If the publish\_config field is set to Y in the payload, then always send the running configuration from the VNF using the message bus             |     Yes             |     "publish-config": "<Y\|N>"   |
+|     publish-config   |     \* If the publish\-config field is set to Y in the payload, then always send the running configuration from the VNF using the message bus             |     Yes             |     "publish-config": "<Y\|N>"   |
 |                      |                                                                                                                                                           |                     |                                  |
-|                      |     \* If the publish\_config field is set to N in the payload, then:                                                                                     |                     |                                  |
+|                      |     \* If the publish\-config field is set to N in the payload, then:                                                                                     |                     |                                  |
 |                      |                                                                                                                                                           |                     |                                  |
 |                      |     - If the result of the audit is ‘match’ (latest APPC config and the running config match), do not send the running configuration                      |                     |                                  |
 |                      |                                                                                                                                                           |                     |                                  |