diff options
Diffstat (limited to 'docs/APPC API Guide/APPC API Guide.rst')
-rw-r--r-- | docs/APPC API Guide/APPC API Guide.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/APPC API Guide/APPC API Guide.rst b/docs/APPC API Guide/APPC API Guide.rst index 63ebd2731..e00dc50ce 100644 --- a/docs/APPC API Guide/APPC API Guide.rst +++ b/docs/APPC API Guide/APPC API Guide.rst @@ -868,17 +868,17 @@ A failed ConfigBackup action returns a failure response code and the specific fa | | | | | | | | | \": { | | | | | | -| | | | \"host-ip-address\": \”value\” | +| | | | \"host-ip-address\": \”value\” | | | | | | | | | | } | | | | | | -| | | | \"configuration- parameters\": {\"<CONFIG- PARAMS>\"} | +| | | | \"configuration- parameters\": {\"<CONFIG- PARAMS>\"} | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------+ | configuration- parameters | A set of instance specific configuration parameters should be specified, as required by the Chef cookbook or Ansible playbook. | No | | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------+ ConfigBackup Response -^^^^^^^^^^^^^^^^^^^^^ +--------------------- The ConfigBackup response returns an indication of success or failure of the request. @@ -910,21 +910,21 @@ A failed ConfigRestore action returns a failure response code and the specific f +=================================+====================================================================================================================================================================================+=====================+=================================================================+ | request- parameters | The parameters required to process the request must include the host-ip-address to connect to the VNF (for Chef and Ansible, this will be the url to connect to the server). | Yes | "payload": | | | | | | -| | | | "{\"request-parameters | +| | | | "{\"request-parameters | | | | | | -| | | | \": { | +| | | | \": { | | | | | | -| | | | \"host-ip-address\\": \”value\” | +| | | | \"host-ip-address\\": \”value\” | | | | | | | | | | } | | | | | | -| | | | \"configuration- parameters\": {\"<CONFIG- PARAMS>\"} | +| | | | \"configuration- parameters\": {\"<CONFIG- PARAMS>\"} | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------+ | configuration- parameters | A set of instance specific configuration parameters should be specified, as required by the Chef cookbook or Ansible playbook. | No | | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------+ ConfigRestore Response -^^^^^^^^^^^^^^^^^^^^^^ +---------------------- The ConfigRestore response returns an indication of success or failure of the request. |