Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ curl -H "Content-Type: application/json" -X GET --user admin:admin http://localhost:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:222953294879552/table/4 | python -m json.tool
- {
- "flow-node-inventory:table": [
- {
- "flow": [
- {
- "cookie": 20,
- "cookie_mask": 0,
- "flags": "",
- "hard-timeout": 0,
- "id": "#UF$TABLE*4-8",
- "idle-timeout": 0,
- "instructions": {
- "instruction": [
- {
- "go-to-table": {
- "table_id": 10
- },
- "order": 1
- },
- {
- "apply-actions": {
- "action": [
- {
- "openflowplugin-extension-nicira-action:nx-reg-load": {
- "dst": {
- "end": 31,
- "nx-tun-ipv4-dst": [
- null
- ],
- "start": 0
- },
- "value": 167772170
- },
- "order": 0
- }
- ]
- },
- "order": 0
- }
- ]
- },
- "match": {},
- "opendaylight-flow-statistics:flow-statistics": {
- "byte-count": 0,
- "duration": {
- "nanosecond": 258000000,
- "second": 4767
- },
- "packet-count": 0
- },
- "priority": 550,
- "table_id": 4
- },
- {
- "cookie": 20,
- "cookie_mask": 0,
- "flags": "",
- "hard-timeout": 0,
- "id": "4",
- "idle-timeout": 0,
- "instructions": {
- "instruction": [
- {
- "go-to-table": {
- "table_id": 10
- },
- "order": 0
- }
- ]
- },
- "match": {},
- "opendaylight-flow-statistics:flow-statistics": {
- "byte-count": 0,
- "duration": {
- "nanosecond": 258000000,
- "second": 4767
- },
- "packet-count": 0
- },
- "priority": 5,
- "table_id": 4
- }
- ],
- "id": 4,
- "opendaylight-flow-table-statistics:flow-table-statistics": {
- "active-flows": 3,
- "packets-looked-up": 0,
- "packets-matched": 0
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment