backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / app / ofctl_rest_json / of12.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/queueconfig/1"
53     },
54     {
55         "method": "GET",
56         "path": "/stats/queueconfig/1/1"
57     },
58     {
59         "method": "GET",
60         "path": "/stats/group/1"
61     },
62     {
63         "method": "GET",
64         "path": "/stats/group/1/1"
65     },
66     {
67         "method": "GET",
68         "path": "/stats/groupdesc/1"
69     },
70     {
71         "method": "GET",
72         "path": "/stats/groupfeatures/1"
73     },
74     {
75         "method": "GET",
76         "path": "/stats/table/1"
77     },
78     {
79         "method": "POST",
80         "path": "/stats/flowentry/add",
81         "body": {
82             "dpid": 1
83         }
84     },
85     {
86         "method": "POST",
87         "path": "/stats/flowentry/modify",
88         "body": {
89             "dpid": 1
90         }
91     },
92     {
93         "method": "POST",
94         "path": "/stats/flowentry/modify_strict",
95         "body": {
96             "dpid": 1
97         }
98     },
99     {
100         "method": "POST",
101         "path": "/stats/flowentry/delete",
102         "body": {
103             "dpid": 1
104         }
105     },
106     {
107         "method": "POST",
108         "path": "/stats/flowentry/delete_strict",
109         "body": {
110             "dpid": 1
111         }
112     },
113     {
114         "method": "DELETE",
115         "path": "/stats/flowentry/clear/1"
116     },
117     {
118         "method": "POST",
119         "path": "/stats/groupentry/add",
120         "body": {
121             "dpid": 1
122         }
123     },
124     {
125         "method": "POST",
126         "path": "/stats/groupentry/modify",
127         "body": {
128             "dpid": 1
129         }
130     },
131     {
132         "method": "POST",
133         "path": "/stats/groupentry/delete",
134         "body": {
135             "dpid": 1
136         }
137     },
138     {
139         "method": "POST",
140         "path": "/stats/portdesc/modify",
141         "body": {
142             "dpid": 1,
143             "port_no": 1
144         }
145     },
146     {
147         "method": "POST",
148         "path": "/stats/experimenter/1"
149     }
150 ]