Delete Openflow flows
Request:
{ "data": [ "42c24d0a-867c-496c-920c-803a4fb6e432", "d719d886-9d32-43fc-81e2-509c898a056c" ] }
Response:
{ "status": 0, "startRow": 0, "endRow": 2, "totalRows": 2, "data": [ { "flowId": "42c24d0a-867c-496c-920c-803a4fb6e432", "datapathId": "0x00012A5DFF000000", "tableId": 0, "cookie": "0x1234567890123456", "priority": 10, "applicationId": 1002, "applicationGroupId": 0, "lifecycle": "DELETED", "auditstate": "NOT_DONE", "openflowMatch": { "inPort": null, "ethernetType": null, "vlanId": null, "ipProtocolType": null, "sourceIpAddress": null, "sourcePort": null, "destIpAddress": null, "destPort": null, "outerVlanId": null }, "openflowInstruction": { "instructionType": "CLEAR_ACTIONS", "actions": null } }, { "flowId": "d719d886-9d32-43fc-81e2-509c898a056c", "datapathId": "0x00012A5DFF000000", "tableId": 0, "cookie": "0x0000000000000016", "priority": 16, "applicationId": 0, "applicationGroupId": 0, "lifecycle": "DELETED", "auditstate": "NOT_DONE", "openflowMatch": { "inPort": null, "ethernetType": "0x800", "vlanId": null, "ipProtocolType": 6, "sourceIpAddress": null, "sourcePort": null, "destIpAddress": null, "destPort": null, "outerVlanId": null }, "openflowInstruction": { "instructionType": "CLEAR_ACTIONS", "actions": null } } ] }