Details
-
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
4171
-
Normal
Description
After starting ODL, we visit Autogenerated Restconf API:
http://localhost:8181/apidoc/explorer/index.html.
When clicking "Mounted Resource", we can get the mount point URI of ODL, i.e.,
opendaylight-inventory:nodes/node/node/controller-config/
network-topology:network-topology/topology/topology/topology-netconf/node/node/controller-config/
As we can see, the "/node" and "/topology" are repeated in these tow URIs. The correct URI should be:
opendaylight-inventory:nodes/node/controller-config/
network-topology:network-topology/topology/topology-netconf/node/controller-config/
Attachments
Issue Links
- duplicates
-
CONTROLLER-1370 APIdoc explorer URLs contain extra 'node' in REST calls
- Resolved