Re: [Ryu-devel] Query on REST API

2017-04-07 Thread Phani Siriki
gui_topology app includes topology and ofctl REST API apps. and queries /v1.0/topology/switches and /stats/switches are working fine when I run gui_topology app alone. On Fri, Apr 7, 2017 at 12:37 AM, Priyesh Kumar wrote: > You are starting gui_topology and tap app, which does not include > top

Re: [Ryu-devel] Query on REST API

2017-04-07 Thread Phani Siriki
Hi Fujimoto Sure. I will post my query to SDN Hub team :) Best Regards Phani On Thu, Apr 6, 2017 at 11:35 PM, Fujimoto Satoshi < satoshi.fujimo...@gmail.com> wrote: > Hi Phani, > > You seem to use tap.py (in sdnhub_apps), and it is not Ryu built-in module. > Do you use the SDN Hub VM image? > I

Re: [Ryu-devel] Query on REST API

2017-04-06 Thread Priyesh Kumar
You are starting gui_topology and tap app, which does not include topology and OF APIs. You need to start ryu.app.rest_topology and ryu.app.ofctl_rest for /v1.0/topology/switches and /stats/switches respectively. -- Chec

Re: [Ryu-devel] Query on REST API

2017-04-06 Thread Fujimoto Satoshi
Hi Phani, You seem to use tap.py (in sdnhub_apps), and it is not Ryu built-in module. Do you use the SDN Hub VM image? If so, how about contact with SDN Hub team? Thanks, Fujimoto On 2017年04月07日 12:56, Phani Siriki wrote: Hi All When I am trying to run two REST applications - gui_topology.py

[Ryu-devel] Query on REST API

2017-04-06 Thread Phani Siriki
Hi All When I am trying to run two REST applications - gui_topology.py and tap_rest.py using ryu-manager, all REST API calls are failing. ubuntu@sdnhubvm:~/ryu[20:46] (master)$ ./bin/ryu-manager ryu/app/gui_topology/gui_topology.py ryu/app/sdnhub_apps/tap_rest.py loading app ryu/app/gui_topology/