diff options
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 ------ |