Get all Openflow Switches

Retrieve a list of all openflow switches

GET https://<NSP Server>:8543/sdn/api/v3/openflow/switches

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 2,
  "totalRows": 2,
  "data": [
    {
      "datapathId": "0x000128BBFF000000",
      "switchAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "135.121.148.187"
        }
      },
      "openflowVersion": "V131",
      "maxTables": 1,
      "numberOfBuffers": 0,
      "serialNumber": "s121_148_187_both",
      "swDescription": "B-13.0.R10",
      "vendorType": "ALCATEL",
      "status": null
    },
    {
      "datapathId": "0x000228BBFF000000",
      "switchAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "135.121.148.187"
        }
      },
      "openflowVersion": "V131",
      "maxTables": 1,
      "numberOfBuffers": 0,
      "serialNumber": "s121_148_187_both",
      "swDescription": "B-13.0.R10",
      "vendorType": "ALCATEL",
      "status": null
    }
  ]
}