aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-03-03 11:05:54 +0200
committerIttay Stern <ittay.stern@att.com>2020-03-03 11:08:46 +0200
commitbe7893cddab22a0c98df9487a0b48187a35554d7 (patch)
treebfabff3f2f1254079f36633f73cdc0fca2396628 /docs
parent9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 (diff)
Document SDNC https port 30267
Clear http 30202 port removed. See https://wiki.onap.org/display/DW/OOM+NodePort+List Issue-ID: VID-773 Change-Id: Iba1712b837870ecfcc17cf6420902cc3b41a5983 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/instantiate.rst9
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