aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2024-09-19 16:11:05 -0400
committerDan Timoney <dtimoney@att.com>2024-09-19 16:14:36 -0400
commit885b4e6f6caba1d6db67cb378ecfabd56b6da5be (patch)
tree70b7407deb16273f284d5f633e208e7de3f8d269 /docs
parent05a58c8d2f4f9c738938375e6bc521b9679598b0 (diff)
RFC-8040 migration
Updates to migrate from Biermann draft version of RESTCONF to RFC 8040 version Issue-ID: SDNC-1847 Change-Id: I1837fc3613274aa0725f2d170e9346d402189f57 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/cert_installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cert_installation.rst b/docs/cert_installation.rst
index bb03f0ac..424ac600 100644
--- a/docs/cert_installation.rst
+++ b/docs/cert_installation.rst
@@ -136,7 +136,7 @@ EXAMPLE: Mounting pnf-simulator
If you want to mount a pnf-simulator onto the SDNC container the you must have the pnf-simulator container up and running and the SDNC container running with the keys and certificates in the ODL keystore.
To mount your pnf-simulator you must send the following RPC:
- *PUT /restconf/config/network-topology:network-topology/topology/topology-netconf/node/pnf-simulator*
+ *PUT /rests/data/network-topology:network-topology/topology/topology-netconf/node/pnf-simulator?content=config*
You must also send this as the body of the request::
@@ -288,7 +288,7 @@ This is used to add the list of CA’s and server certificates from the xnf as t
Checking Correct Certs Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you would like to run a check to make sure that your keys and certificates were installed correctly in ODL you can run the following command in Postman REST client:
- *GET http://localhost:8282/restconf/config/netconf-keystore:keystore*
+ *GET http://localhost:8282/rests/data/netconf-keystore:keystore?content=config*
The authorization that is needed to gain access to ODL’s restconf interface is the default SDNC username and password.