Wrong RESTCONF example for GET ODL Modules 55/4255/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Mon, 29 Jun 2020 09:42:20 +0000 (11:42 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Mon, 29 Jun 2020 09:44:55 +0000 (11:44 +0200)
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 <martin.skorupski@highstreet-technologies.com>
data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest

index 71f5196..e92bc97 100644 (file)
@@ -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