Get Openflow Tables by datapathId

Get Openflow Tables by datapathId

GET https://<NSP Server>:8543/sdn/api/v3/openflow/tables/0x000128BBFF000000

Response:

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