From de85a6c50d48769ab74988b289d7dddf2bbbcebe Mon Sep 17 00:00:00 2001 From: Lathish Date: Tue, 30 Apr 2019 16:09:56 +0000 Subject: [PATCH] Fixed public config issue in Audit Issue-ID: APPC-1587 Change-Id: I7caa7fbf85f8a49beb5fc957c9372445f0d5e7ef Signed-off-by: Lathish --- .../resources/json/Dispatcher-DG/APPC_method_Generic_Audit_2.0.0.json | 2 +- docs/APPC LCM API Guide/APPC LCM API Guide.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Audit_2.0.0.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Audit_2.0.0.json index 33b923064..1cc18c216 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Audit_2.0.0.json +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Audit_2.0.0.json @@ -1231,7 +1231,7 @@ "id": "5584c2d4.ec7c8c", "type": "switchNode", "name": "switch", - "xml": "", + "xml": "", "comments": "", "outputs": 1, "x": 1240.1670684814453, diff --git a/docs/APPC LCM API Guide/APPC LCM API Guide.rst b/docs/APPC LCM API Guide/APPC LCM API Guide.rst index c742dd168..3a213d87a 100644 --- a/docs/APPC LCM API Guide/APPC LCM API Guide.rst +++ b/docs/APPC LCM API Guide/APPC LCM API Guide.rst @@ -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": "" | +| 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": "" | | | | | | -| | \* 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 | | | | | | | | -- 2.16.6