summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramagp <ramakrishnagp@aarnanetworks.com>2020-09-15 07:18:11 +0000
committerramagp <ramakrishnagp@aarnanetworks.com>2020-09-15 07:20:33 +0000
commitcf513de2c4f1e5a2d0368f73c0889bacd3a48ccc (patch)
tree0080cfca206698f694adc031e485032aaeb3b3c1
parentbb258d5be6346d7ca71e4aaff8676a054ed6fde8 (diff)
Fix for SSL certificate issue
Change-Id: I90a88ba5d8aa79dcc56818d0c06d693b469d082a Issue-ID: SDC-3284 Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
-rw-r--r--docs/guides/onap-user/instantiate/pre_instantiation/index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/guides/onap-user/instantiate/pre_instantiation/index.rst b/docs/guides/onap-user/instantiate/pre_instantiation/index.rst
index 1ab726d6a..ea3f90852 100644
--- a/docs/guides/onap-user/instantiate/pre_instantiation/index.rst
+++ b/docs/guides/onap-user/instantiate/pre_instantiation/index.rst
@@ -46,7 +46,7 @@ to instantiate a service with SO using GR_API.
::
- curl -X PUT \
+ curl -k -X PUT \
https://aai.api.sparky.simpledemo.onap.org:30233/aai/v13/business/owning-entities/owning-entity/8874891f-5120-4b98-b452-46284513958d \
-H 'Accept: application/json' \
-H 'Authorization: Basic QUFJOkFBSQ==' \
@@ -61,7 +61,7 @@ to instantiate a service with SO using GR_API.
::
- curl -X GET \
+ curl -k -X GET \
https://aai.api.sparky.simpledemo.onap.org:30233/aai/v16/business/owning-entities \
-H 'Accept: application/json' \
-H 'Authorization: Basic QUFJOkFBSQ==' \
@@ -75,7 +75,7 @@ To declare the Owning Entity in VID:
::
- curl -X POST \
+ curl -k -X POST \
https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/owningEntity \
-H 'Accept-Encoding: gzip, deflate' \
-H 'Content-Type: application/json' \
@@ -89,7 +89,7 @@ Example for "platform" named "Test_Platform"
::
- curl -X POST \
+ curl -k -X POST \
https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/platform \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
@@ -101,7 +101,7 @@ Example for "line of business" named "Test_LOB"
::
- curl -X POST \
+ curl -k -X POST \
https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/lineOfBusiness \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
@@ -113,7 +113,7 @@ Example for "project" named "Test_project"
::
- curl -X POST \
+ curl -k -X POST \
https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \