Delete Openflow flows

Delete Openflow flows

DELETE https://<NSP Server>:8543/sdn/api/v3/openflow/flows

Request:

{
  "data": [
    "cf2e8cb2-3a32-4029-ac92-3812c1c78343",
    "48e14f83-9839-4362-8f7f-263be52d2ad8"
  ]
}

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": "DELETED",
      "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": "DELETED",
      "auditstate": "NOT_DONE",
      "openflowMatch": {
        "ethernetType": "0x800",
        "ipProtocolType": 6,
        "sourceIpAddress": null,
        "sourcePort": null,
        "destIpAddress": null,
        "destPort": null
      },
      "openflowInstruction": {
        "instructionType": "CLEAR_ACTIONS",
        "actions": null
      }
    }
  ]
}