From: Rene_Robert Date: Fri, 6 Sep 2019 05:55:56 +0000 (+0200) Subject: sdnc preload change (http to https, port 30202 to 30267) X-Git-Tag: 6.0.0-ONAP~4725^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=10b00ee83a92963e735d8c65cadcad6f0efad153;hp=bf6cc476d060275b9bde347dc93e10bf9ea96a79;p=doc.git sdnc preload change (http to https, port 30202 to 30267) Issue-ID: DOC-542 Signed-off-by: Rene_Robert Change-Id: I89f0baab3b25f02b34b2c88865ef80380095f404 --- 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' \