Get Openflow Tables by datapathId

Get Openflow Tables by datapathId

GET https://<NSP Server>:8543/sdn/api/v4/openflow/tables/0x00012A5DFF000000

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": [
    {
      "datapathId": "0x00012A5DFF000000",
      "tableId": 0,
      "maxEntries": null
    }
  ]
}