[CONTROLLER-100] Not able to fetch table list through rest api Created: 14/Dec/13  Updated: 25/Jul/23  Resolved: 09/Jan/14

Status: Resolved
Project: controller
Component/s: restconf
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Anil Vishnoi Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: PC


External issue ID: 245

 Description   

When i send REST call to following URI I see details of table-1
http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/1

Output:
{
"flow-node-inventory:table": [

{ "flow-node-inventory:flow": [ ........... ........... ] }

]
}

But when i send REST call to following URI, its doesn't show table list
http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/

Output:
No data exists.

I tried with REST URI as well,

http://localhost:8080/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/
http://localhost:8080/restconf/datastore/opendaylight-inventory:nodes/node/openflow:1/

both shows me data, but no tables list.



 Comments   
Comment by Anil Vishnoi [ 09/Jan/14 ]

I pulled the latest code and it seems to be working now. So moving this bug to resolved state.

Generated at Wed Feb 07 19:52:11 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.