diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2020-03-04 09:37:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-04 09:37:30 +0000 |
commit | 2b0c105bd2316f43f4a66d2500f3d2410c33ef69 (patch) | |
tree | fd8b582a3ea8418850ca3d9779ce7d77aa883645 | |
parent | 4b13feba8d9b64b949c597910bfe980a991c67fa (diff) | |
parent | be7893cddab22a0c98df9487a0b48187a35554d7 (diff) |
Merge "Document SDNC https port 30267"
-rw-r--r-- | docs/instantiate.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/instantiate.rst b/docs/instantiate.rst index 66276def3..636d727f4 100644 --- a/docs/instantiate.rst +++ b/docs/instantiate.rst @@ -197,7 +197,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 +226,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 +239,7 @@ to push those data using SDNC Rest API: } } } - } - ' + }' Data mapping between ONAP SDNC terminology and ONAP SO |