Initial works for OF cluster test
[integration/test.git] / csit / variables / openflowplugin / delete_flow_rpc.json
1 {
2     "input": {
3       "opendaylight-flow-service:node":"/opendaylight-inventory:nodes/opendaylight-inventory:node[opendaylight-inventory:id='openflow:1']",
4       "priority": 2,
5       "flow-name": "flow1",
6       "table_id": 0,
7       "hard-timeout": 0,
8       "idle-timeout": 0,
9       "match": {
10         "ipv4-destination": "10.0.1.0/24",
11         "ethernet-match": {
12           "ethernet-type": {
13             "type": 2048
14           }
15         }
16       }
17     }
18 }