GET http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:187992445085514/table/250/flow/32 { "flow-node-inventory:flow": [ { "id": "32", "priority": 2, "table_id": 250, "match": { "ethernet-match": { "ethernet-type": { "type": 2048 }, "ethernet-source": { "address": "00:00:00:11:23:AE" }, "ethernet-destination": { "address": "FF:FF:29:01:19:61" } }, "in-port": "1" }, "strict": false, "flow-name": "vlan_flow", "instructions": { "instruction": [ { "order": 0, "apply-actions": { "action": [ { "order": 0, "push-vlan-action": { "ethernet-type": 33024 } }, { "order": 1, "set-field": { "vlan-match": { "vlan-id": { "vlan-id": 80, "vlan-id-present": true } } } }, { "order": 2, "output-action": { "output-node-connector": "5" } } ] } }, { "order": 1, "go-to-table": { "table_id": 251 } } ] } } ] }