Updated the VID link to the proper instantiation pageand updated vid URLs 90/101890/1
authorandreasgeissler <andreas-geissler@telekom.de>
Tue, 18 Feb 2020 10:31:10 +0000 (11:31 +0100)
committerandreasgeissler <andreas-geissler@telekom.de>
Tue, 18 Feb 2020 10:34:41 +0000 (11:34 +0100)
Issue-ID: DOC-583

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I1530f5865c616ef74b4b891d19deadfe5ec06859

docs/guides/onap-user/instantiate/instantiation/vid/index.rst
docs/guides/onap-user/instantiate/pre_instantiation/index.rst

index 307ceb9..d6b0824 100644 (file)
@@ -10,4 +10,4 @@ A La Carte mode Service Instantiation via ONAP VID Portal
    :maxdepth: 1
    :titlesonly:
 
-   ../../../../../submodules/vid.git/docs/humaninterfaces.rst
+   ../../../../../submodules/vid.git/docs/instantiate.rst
index 6a48702..1ab726d 100644 (file)
@@ -76,7 +76,7 @@ To declare the Owning Entity in VID:
 ::
 
   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 @@ Example for "platform" named "Test_Platform"
 ::
 
   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 @@ Example for "line of business" named "Test_LOB"
 ::
 
   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 @@ Example for "project" named "Test_project"
 ::
 
   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 '{