This group is locked. No changes can be made to the group while it is locked.
Date
1 - 1 of 1
Listing all flows at a node from an openflow Java Application.
M. Ranganathan
Hello, Starting from the nodeId of an openflow switch (e.g. openflow:1) I can list all the flows at that switch using the following: curl -v -u admin:admin http://127.0.0.1:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1 I want to do the same thing from my openflow application. I would like to avoid using HttpClient to do this. Is there a way to do this using an rpc service so I can get a reference to this service when starting my provider? i.e. I want to declare this in my blueprint.xml and call it. I can't figure out which service gives me this functionality. Any help would be appreciated. Thank you in advance. Regards, Ranga -- M. Ranganathan |
|