commit | 8801a1c22ab089666065dd5318258e9dc203c26d | [log] [tgz] |
---|---|---|
author | demx8as6 <martin.skorupski@highstreet-technologies.com> | Mon Jun 29 11:42:20 2020 +0200 |
committer | demx8as6 <martin.skorupski@highstreet-technologies.com> | Mon Jun 29 11:44:55 2020 +0200 |
tree | 9a7236897a539a34d031210935f857c36b4599bc | |
parent | 62f0e4365945c742c040a24bbc6fcb89826e6bb1 [diff] |
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 <martin.skorupski@highstreet-technologies.com>
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