Get all Openflow Switches

Retrieve a list of all openflow switches

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

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 2,
  "totalRows": 2,
  "data": [
    {
      "datapathId": "0x00012A5DFF000000",
      "switchAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "135.121.149.93"
        }
      },
      "openflowVersion": "V131",
      "maxTables": 1,
      "numberOfBuffers": 0,
      "serialNumber": "s121_149_93_both",
      "swDescription": "B-13.0.R10",
      "hwDescription": "SR-7750",
      "dpDescription": "",
      "mfgDescription": "Alcatel-Lucent",
      "vendorType": "ALCATEL",
      "status": null
    },
    {
      "datapathId": "0x00022A5DFF000000",
      "switchAddress": {
        "ipv6Address": null,
        "ipv4Address": {
          "string": "135.121.149.93"
        }
      },
      "openflowVersion": "V131",
      "maxTables": 1,
      "numberOfBuffers": 0,
      "serialNumber": "s121_149_93_both",
      "swDescription": "B-13.0.R10",
      "hwDescription": "SR-7750",
      "dpDescription": "",
      "mfgDescription": "Alcatel-Lucent",
      "vendorType": "ALCATEL",
      "status": null
    }
  ]
}