VID Guilin Release
[vid.git] / docs / instantiate.rst
index 66276de..66c506f 100644 (file)
@@ -1,6 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0
    International License.
 .. http://creativecommons.org/licenses/by/4.0
+.. _instantiate:
 
 Instantiate Service, VNF, VF modules and Network
 ================================================
@@ -197,7 +198,7 @@ to push those data using SDNC Rest API:
 ::
 
     curl -X POST \
-    http://sdnc.api.simpledemo.onap.org:30202/restconf/operations/VNF-API:preload-vnf-topology-operation \
+    https://sdnc.api.simpledemo.onap.org:30267/restconf/operations/VNF-API:preload-vnf-topology-operation \
     -H 'Accept: application/json' \
     -H 'Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==' \
     -H 'Content-Type: application/json' \
@@ -226,8 +227,8 @@ to push those data using SDNC Rest API:
                 },
                 "vnf-parameters": [
                     {
-                        "name": "oam_net_id",
-                        "value": "oam_network_tXWW"
+                        "vnf-parameter-name": "oam_net_id",
+                        "vnf-parameter-value": "oam_network_tXWW"
                     }
                 ],
                 "vnf-topology-identifier": {
@@ -239,8 +240,7 @@ to push those data using SDNC Rest API:
                 }
             }
         }
-    }
-    '
+    }'
 
 
 Data mapping between ONAP SDNC terminology and ONAP SO