Get Openflow flows
Request:
{ "data": { "datapathId": "0x000128BBFF000000", "tableId": "0" } }
Response:
{ "status": 0, "startRow": 0, "endRow": 2, "totalRows": 2, "data": [ { "flowId": "cf2e8cb2-3a32-4029-ac92-3812c1c78343", "datapathId": "0x000128BBFF000000", "tableId": 0, "cookie": "0x1234567890123456", "priority": 10, "applicationId": 1002, "applicationGroupId": 0, "lifecycle": "DEPLOYED", "auditstate": "NOT_DONE", "openflowMatch": { "ethernetType": null, "ipProtocolType": null, "sourceIpAddress": null, "sourcePort": null, "destIpAddress": null, "destPort": null }, "openflowInstruction": { "instructionType": "CLEAR_ACTIONS", "actions": null } }, { "flowId": "48e14f83-9839-4362-8f7f-263be52d2ad8", "datapathId": "0x000128BBFF000000", "tableId": 0, "cookie": "0x0000000000000016", "priority": 16, "applicationId": 0, "applicationGroupId": 0, "lifecycle": "DEPLOYED", "auditstate": "NOT_DONE", "openflowMatch": { "ethernetType": "0x800", "ipProtocolType": 6, "sourceIpAddress": null, "sourcePort": null, "destIpAddress": null, "destPort": null }, "openflowInstruction": { "instructionType": "WRITE_ACTIONS", "actions": [ { "actionType": "EXPERIMENTER", "experimenterActionType": "REDIRECT_TO_NEXTHOP", "portId": null, "sdpId": null, "vcId": null, "ipAddress": { "ipv6Address": null, "ipv4Address": { "string": "30.30.30.1" } }, "isIndirect": false } ] } } ] }