Updated the VID link to the proper instantiation pageand updated vid URLs
Issue-ID: DOC-583
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I1530f5865c616ef74b4b891d19deadfe5ec06859
diff --git a/docs/guides/onap-user/instantiate/pre_instantiation/index.rst b/docs/guides/onap-user/instantiate/pre_instantiation/index.rst
index 6a48702..1ab726d 100644
--- a/docs/guides/onap-user/instantiate/pre_instantiation/index.rst
+++ b/docs/guides/onap-user/instantiate/pre_instantiation/index.rst
@@ -76,7 +76,7 @@
::
curl -X POST \
- http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/owningEntity \
+ https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/owningEntity \
-H 'Accept-Encoding: gzip, deflate' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
@@ -90,11 +90,11 @@
::
curl -X POST \
- http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/platform \
+ https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/platform \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d '{
- "options": [""Test_Platform"]
+ "options": ["Test_Platform"]
}'
Example for "line of business" named "Test_LOB"
@@ -102,7 +102,7 @@
::
curl -X POST \
- http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/lineOfBusiness \
+ https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/lineOfBusiness \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d '{
@@ -114,7 +114,7 @@
::
curl -X POST \
- http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/project \
+ https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d '{