backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / app / ofctl_rest_json / of10.json
1 [
2     {
3         "method": "GET",
4         "path": "/stats/switches"
5     },
6     {
7         "method": "GET",
8         "path": "/stats/desc/1"
9     },
10     {
11         "method": "GET",
12         "path": "/stats/flow/1"
13     },
14     {
15         "method": "POST",
16         "path": "/stats/flow/1"
17     },
18     {
19         "method": "GET",
20         "path": "/stats/aggregateflow/1"
21     },
22     {
23         "method": "POST",
24         "path": "/stats/aggregateflow/1"
25     },
26     {
27         "method": "GET",
28         "path": "/stats/port/1"
29     },
30     {
31         "method": "GET",
32         "path": "/stats/port/1/1"
33     },
34     {
35         "method": "GET",
36         "path": "/stats/portdesc/1"
37     },
38     {
39         "method": "GET",
40         "path": "/stats/queue/1"
41     },
42     {
43         "method": "GET",
44         "path": "/stats/queue/1/1"
45     },
46     {
47         "method": "GET",
48         "path": "/stats/queue/1/1/1"
49     },
50     {
51         "method": "GET",
52         "path": "/stats/table/1"
53     },
54     {
55         "method": "POST",
56         "path": "/stats/flowentry/add",
57         "body": {
58             "dpid": 1
59         }
60     },
61     {
62         "method": "POST",
63         "path": "/stats/flowentry/modify",
64         "body": {
65             "dpid": 1
66         }
67     },
68     {
69         "method": "POST",
70         "path": "/stats/flowentry/modify_strict",
71         "body": {
72             "dpid": 1
73         }
74     },
75     {
76         "method": "POST",
77         "path": "/stats/flowentry/delete",
78         "body": {
79             "dpid": 1
80         }
81     },
82     {
83         "method": "POST",
84         "path": "/stats/flowentry/delete_strict",
85         "body": {
86             "dpid": 1
87         }
88     },
89     {
90         "method": "DELETE",
91         "path": "/stats/flowentry/clear/1"
92     },
93     {
94         "method": "POST",
95         "path": "/stats/portdesc/modify",
96         "body": {
97             "dpid": 1,
98             "port_no": 1
99         }
100     }
101 ]