Hi All,

        I was successful at sending my experimenter via the RPC call. However, 
I did not figure how to or if it is supported to send via the configuration 
store (URL: 
http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/2/flow/1234
 
<http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/2/flow/1234>)
 for an experimenter. Any help will be greatly appreciated.

What I have working is:
URL: 
http://localhost:8181/restconf/operations/sal-experimenter-message:send-experimenter
 
<http://localhost:8181/restconf/operations/sal-experimenter-message:send-experimenter>
VERB: POST
BODY:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<input xmlns="urn:opendaylight:experimenter-message:service">
 <node 
xmlns:inv="urn:opendaylight:inventory">/inv:nodes/inv:node[inv:id="openflow:1"]</node>


    <table_id 
xmlns="urn:opendaylight:openflowplugin:extension:noviflow:message">2</table_id>
    <payload_size 
xmlns="urn:opendaylight:openflowplugin:extension:noviflow:message">10</payload_size>
    <payload_offset 
xmlns="urn:opendaylight:openflowplugin:extension:noviflow:message">2</payload_offset>

</input>

Thanks in advance

ps: sometimes I wonder if I talk only to myself on this mailing list ;)


Yann Bourdeau, M.Ing.
Senior Software Developer
438-499-4607
[email protected]



_______________________________________________
openflowplugin-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Reply via email to