Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / variables / openflowplugin / table_miss_flow.json
1 {
2     "flow-node-inventory:flow": [
3         {
4             "id": "default",
5             "flags": "",
6             "priority": 1,
7             "flow-name": "Table miss flow",
8             "table_id": 0,
9             "hard-timeout": 0,
10             "instructions": {
11                 "instruction": [
12                     {
13                         "order": 0,
14                         "apply-actions": {
15                             "action": [
16                                 {
17                                     "order": 0,
18                                     "output-action": {
19                                         "output-node-connector": "CONTROLLER",
20                                         "max-length": 65535
21                                     }
22                                 }
23                             ]
24                         }
25                     }
26                 ]
27             }
28         }
29     ]
30 }