From 8801a1c22ab089666065dd5318258e9dc203c26d Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Mon, 29 Jun 2020 11:42:20 +0200 Subject: [PATCH] Wrong RESTCONF example for GET ODL Modules The file 'get-odl-modules-rfc8040.rest' was corrected according to https://wiki.onap.org/display/DW/ Switch+from+Biermann-RestConf+to+RFC8040+interface IssueID: OAM-124 Change-Id: I32997bb1eea0204c55bad80c6797a1eed57feb9d Signed-off-by: demx8as6 --- .../tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest index 71f5196..e92bc97 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest @@ -1,3 +1,3 @@ -GET {{baseUrl}}/restconf/modules HTTP/1.1 +GET {{baseUrl}}/rests/data/ietf-yang-library:modules-state Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json \ No newline at end of file -- 2.16.6