SaiSujithReddy

postman url body flow id 1

Jul 22nd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. url:- http://{{LOCALIP}}:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/0/flow/1
  2.  
  3. body:-
  4.  
  5.  
  6. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  7. <flow xmlns="urn:opendaylight:flow:inventory">
  8. <priority>1</priority>
  9. <flow-name>Foo1</flow-name>
  10. <match>
  11. <ethernet-match>
  12. <ethernet-type>
  13. <type>2048</type>
  14. </ethernet-type>
  15. </ethernet-match>
  16. <ipv4-destination>1.1.1.0/24</ipv4-destination>
  17. </match>
  18. <id>1</id>
  19. <table_id>0</table_id>
  20. <instructions>
  21. <instruction>
  22. <order>0</order>
  23. <apply-actions>
  24. <action>
  25. <order>0</order>
  26. </action>
  27. </apply-actions>
  28. </instruction>
  29. </instructions>
  30. </flow>
Advertisement
Add Comment
Please, Sign In to add comment