Hi Yann,
storing experimenter messages in config DS is not supported right now. You can implement it by yourself by adding for example augmentation to Table in YANG models and then create your applications that implements f.e. DataTreeChangeListener what will call SalExperimenterMessageService#sendExperimenter when your augmentation arrives to listener. Regards, Tomas Slusny ________________________________ Od: Abhijit Kumbhare <[email protected]> Odoslané: sobota, 20. mája 2017 0:22 Komu: yann bourdeau; [email protected] Kópia: arun paneri Predmet: Re: [openflowplugin-dev] Experimenter via the configuration store. May be Jozef, Tomas or Anil may be able to help you - so you don't have to talk with yourself :) On Fri, May 19, 2017 at 1:49 PM, yann bourdeau <[email protected]<mailto:[email protected]>> wrote: 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) 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 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<tel:(438)%20499-4607> [email protected]<mailto:[email protected]> _______________________________________________ openflowplugin-dev mailing list [email protected]<mailto:[email protected]> https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev Tomáš Slušný Software Developer PANTHEON technologies s.r.o. Janka Kráľa 9, 974 01 Banská Bystrica Slovakia Tel / +421 220 665 111 MAIL / [email protected] WEB / www.pantheon.tech
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
