diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2019-04-30 14:00:16 +0000 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-04-30 18:40:30 +0000 |
commit | d1bddabef57ab3582d1b1c045c0554d1e476e52e (patch) | |
tree | 21a5955f11bef30672f752ba7d205b2ce44bb420 /docs/APPC LCM API Guide | |
parent | de85a6c50d48769ab74988b289d7dddf2bbbcebe (diff) |
Fixed publish config issue
Issue-ID: APPC-1588
Change-Id: I63e75c415d7f33c750eaad6799234e03741ad290
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'docs/APPC LCM API Guide')
-rw-r--r-- | docs/APPC LCM API Guide/APPC LCM API Guide.rst | 12 |
1 files changed, 11 insertions, 1 deletions
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 3a213d87a..a8dffbe31 100644 --- a/docs/APPC LCM API Guide/APPC LCM API Guide.rst +++ b/docs/APPC LCM API Guide/APPC LCM API Guide.rst @@ -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 ------ |