From 10b00ee83a92963e735d8c65cadcad6f0efad153 Mon Sep 17 00:00:00 2001 From: Rene_Robert Date: Fri, 6 Sep 2019 07:55:56 +0200 Subject: [PATCH] sdnc preload change (http to https, port 30202 to 30267) Issue-ID: DOC-542 Signed-off-by: Rene_Robert Change-Id: I89f0baab3b25f02b34b2c88865ef80380095f404 --- docs/guides/onap-user/instantiate/instantiation/so1/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \ -- 2.16.6