<?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 Re: Flow creation via REST API in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6202411#M1136</link>
    <description>The links within the PDF refer to &lt;A target="_blank" href="https://genesis.americas.hpqcorp.net/"&gt;https://genesis.americas.hpqcorp.net/&lt;/A&gt; which is inaccessible from my network.</description>
    <pubDate>Thu, 12 Sep 2013 16:39:38 GMT</pubDate>
    <dc:creator>kobisamoray</dc:creator>
    <dc:date>2013-09-12T16:39:38Z</dc:date>
    <item>
      <title>Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6197697#M1132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm writing an app which collaborates with the controller via REST API.&lt;/P&gt;&lt;P&gt;My app creates some static flows via the controller.&lt;/P&gt;&lt;P&gt;I assume that I should do that using '&lt;SPAN&gt;&lt;U&gt;POST /of/datapaths/{dpid}/flows&lt;/U&gt;' API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, I couldn't find the schema of the flowJson data which I should post to the controller.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone direct me to the schema?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2013 15:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6197697#M1132</guid>
      <dc:creator>kobisamoray</dc:creator>
      <dc:date>2013-09-09T15:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6201457#M1133</link>
      <description>&lt;P&gt;The json schema for&amp;nbsp;all REST API commands is available via RSDoc. &amp;nbsp;Enter the following URL to access the json information.&amp;nbsp; Be sure&amp;nbsp;the controller is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://%3ccontroller_ip%3e:8443/sdn/v2.0/models"&gt;https://&amp;lt;controller_IP&amp;gt;:8443/sdn/v2.0/models&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Replace &amp;lt;controller_IP&amp;gt; with the IP address of your controller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will display the json models for all REST API commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I highly recommend you use google Chrome and install the jsonview extension.&amp;nbsp; This will format the json data so it is readable.&amp;nbsp; If you don’t install jsonview, it will not be formatted and will be displayed as one very long record.&amp;nbsp; Below are the steps to install the jsonview extension:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start google Chrome&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click setting in upper right corner&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select tools&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Extensions&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select "get more extensions"&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search of json&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Install jsonview&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 00:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6201457#M1133</guid>
      <dc:creator>sdean</dc:creator>
      <dc:date>2013-09-12T00:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6201477#M1134</link>
      <description>&lt;P&gt;You should find what you need in the new "SDN Controller REST API.pdf" which has been included as part of&amp;nbsp;the&amp;nbsp;version 1.14.0 release.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 00:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6201477#M1134</guid>
      <dc:creator>PaulZanna</dc:creator>
      <dc:date>2013-09-12T00:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6202387#M1135</link>
      <description>&lt;P&gt;JSONView is available for Firefox also and works quite well.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 16:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6202387#M1135</guid>
      <dc:creator>cmaxwell</dc:creator>
      <dc:date>2013-09-12T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6202411#M1136</link>
      <description>The links within the PDF refer to &lt;A target="_blank" href="https://genesis.americas.hpqcorp.net/"&gt;https://genesis.americas.hpqcorp.net/&lt;/A&gt; which is inaccessible from my network.</description>
      <pubDate>Thu, 12 Sep 2013 16:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6202411#M1136</guid>
      <dc:creator>kobisamoray</dc:creator>
      <dc:date>2013-09-12T16:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6211575#M1137</link>
      <description>&lt;P&gt;I put a new version of the REST API document on the FTP site that does not contain links to websites.&amp;nbsp; The link in the document now points to other section within the same document.&amp;nbsp; The file name is "HP VAN SDN Controller REST API.pdf".&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 18:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6211575#M1137</guid>
      <dc:creator>sdean</dc:creator>
      <dc:date>2013-09-20T18:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6220747#M1138</link>
      <description>Thanks!</description>
      <pubDate>Sun, 29 Sep 2013 10:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6220747#M1138</guid>
      <dc:creator>kobisamoray</dc:creator>
      <dc:date>2013-09-29T10:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6261615#M1139</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1433153"&gt;@sdean&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;I put a new version of the REST API document on the FTP site that does not contain links to websites.&amp;nbsp; The link in the document now points to other section within the same document.&amp;nbsp; The file name is "HP VAN SDN Controller REST API.pdf".&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems there isn't a document in the FTP folder with the specific file name you mentioned at all. I've tried Ctrl+F5 refresh too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the same time, it seems that the document with the file name of "SDN Controller REST API.pdf" is corrupted. At least my Adobe Reader cannot open it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Janne&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 12:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6261615#M1139</guid>
      <dc:creator>jmikola</dc:creator>
      <dc:date>2013-11-07T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Flow creation via REST API</title>
      <link>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6264999#M1140</link>
      <description>@jmikola :&lt;BR /&gt;&lt;BR /&gt;Can find some resources SDN Dev Cente's Resources Corner, "REST API and Security"&lt;BR /&gt;&lt;BR /&gt;Inlcuding one sample json for creating flow ( picked from the above resource )&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"flow": {&lt;BR /&gt;"priority": 30000,&lt;BR /&gt;"idle_timeout": 60,&lt;BR /&gt;"match": [&lt;BR /&gt;{"eth_type": "ipv4"},&lt;BR /&gt;{"ipv4_src": "10.0.0.1"},&lt;BR /&gt;{"ipv4_dst": "10.0.0.22"},&lt;BR /&gt;{"ip_proto": "tcp"},&lt;BR /&gt;{"tcp_dst": "80"}&lt;BR /&gt;],&lt;BR /&gt;"actions": [{"output": 6}]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;-J&lt;BR /&gt;&lt;BR /&gt;ps: The FTP site is probably accessible to select beta audience, as per what can be made out from other posts in this forum....?</description>
      <pubDate>Mon, 11 Nov 2013 11:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/flow-creation-via-rest-api/m-p/6264999#M1140</guid>
      <dc:creator>Javed Padinhakara</dc:creator>
      <dc:date>2013-11-11T11:11:54Z</dc:date>
    </item>
  </channel>
</rss>

