diff options
author | Scott Seabolt <js9808@att.com> | 2017-09-13 17:31:44 -0400 |
---|---|---|
committer | Scott Seabolt <js9808@att.com> | 2017-09-13 17:42:52 -0400 |
commit | 2406a9706f41c06b6a67bc8908461a17e9ce2904 (patch) | |
tree | 0265bee76e819662b3f662eda987af28ea4f2259 /docs/APPC API Guide/APPC API Guide.rst | |
parent | 881d21c2a04c195ad57e7fb14f1fe5cd1b1be413 (diff) |
Updated APPC Documentation
Updated APPC Guides and index.rst to reflect docs properly and removed conf.py as it is not needed
Issue-ID: [APPC-102]
Change-Id: I89bf3bc9fa289d9b15205f8cd5da890ae8b29776
Signed-off-by: Scott Seabolt <js9808@att.com>
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. |