<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can I delete a given flow in the RSdoc API ? in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6576400#M1526</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I use the RSdoc API &amp;nbsp;2.0,when I want to delete the flows I write .It's unable to edit in the FlowJson box(in the "Delete the given flows"options).Is it&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I have no&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;authority&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;so I can't&lt;/SPAN&gt;&lt;SPAN class="high-light-bg"&gt;&amp;nbsp;edit?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2014 03:22:47 GMT</pubDate>
    <dc:creator>Yuanxiance</dc:creator>
    <dc:date>2014-08-18T03:22:47Z</dc:date>
    <item>
      <title>How can I delete a given flow in the RSdoc API ?</title>
      <link>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6576400#M1526</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I use the RSdoc API &amp;nbsp;2.0,when I want to delete the flows I write .It's unable to edit in the FlowJson box(in the "Delete the given flows"options).Is it&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I have no&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;authority&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;so I can't&lt;/SPAN&gt;&lt;SPAN class="high-light-bg"&gt;&amp;nbsp;edit?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 03:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6576400#M1526</guid>
      <dc:creator>Yuanxiance</dc:creator>
      <dc:date>2014-08-18T03:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a given flow in the RSdoc API ?</title>
      <link>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6577744#M1527</link>
      <description>&lt;P&gt;Hello Yuanxiance,&lt;BR /&gt;&lt;BR /&gt;Thanks for your query,We will get back to you shortly..&lt;BR /&gt;However to delete a flow you can also try curl command as below-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To delete a flow-&lt;BR /&gt;&lt;BR /&gt;Format is curl -sk -H "X-Auth-Token:$token" -X DELETE -H 'Content-Type:application/json' https://Controller_IP:8443/sdn/v2.0/of/datapaths/$dpid/flows -d '{"flow":{"priority":30000,"table_id":0,"idle_timeout":0,"match":[{"eth_src":"00:10:94:00:00:01"},{"eth_dst":"00:10:94:00:00:09"},{"eth_type":"ipv6"}],"instructions":[]}}'&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;$curl -sk -H "X-Auth-Token:$token" -X DELETE -H 'Content-Type:application/json' https://Controller_IP:8443/sdn/v2.0/of/datapaths/0bb8d07e283eb7d0 /flows -d @flow.json&lt;BR /&gt;&lt;BR /&gt;Here flow.json is the json file used to create the flow.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 18:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6577744#M1527</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-08-18T18:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a given flow in the RSdoc API ?</title>
      <link>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6618092#M1528</link>
      <description>&lt;P&gt;Hello Yuanxiance,&lt;BR /&gt;&lt;BR /&gt;Delete Flow is not supported in RSDOC UI.&lt;BR /&gt;&lt;BR /&gt;However this can be achieved by sending curl command to delete flow.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 10:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/how-can-i-delete-a-given-flow-in-the-rsdoc-api/m-p/6618092#M1528</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-09-16T10:48:08Z</dc:date>
    </item>
  </channel>
</rss>

