From: Eric Debeau Date: Sat, 5 Oct 2019 11:20:31 +0000 (+0000) Subject: Merge "sdnc preload change (http to https, port 30202 to 30267) Issue-ID: DOC-542" X-Git-Tag: 6.0.0-ONAP~4725 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=29be4bbb7dfc10fbd5e63078570912e8c22d407d;hp=45d53949f11c2a59983ffb2ae35482f1798d8375;p=doc.git Merge "sdnc preload change (http to https, port 30202 to 30267) Issue-ID: DOC-542" --- diff --git a/docs/guides/onap-user/instantiate/instantiation/so1/index.rst b/docs/guides/onap-user/instantiate/instantiation/so1/index.rst index c7bd27880..4e2314d69 100644 --- a/docs/guides/onap-user/instantiate/instantiation/so1/index.rst +++ b/docs/guides/onap-user/instantiate/instantiation/so1/index.rst @@ -186,7 +186,7 @@ that will be needed for the instantiation :: 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' \