Get NE by IP Address

Get the NE that matches the specified IP Address.

GET https://<NSP Server>:8543/sdn/api/v3/ne?ipAddress=22.22.22.22

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 8,
  "totalRows": 1,
  "data": [
    {
      "id": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
      "appId": null,
      "operationalState": "UP",
      "adminState": "UP",
      "neDeploymentState": null,
      "externalIds": [
        {
          "context": "SAM",
          "location": [
            "135.121.158.6"
          ],
          "id": "22.22.22.22@phy"
        },
        {
          "context": "SAM",
          "location": [
            "135.121.158.6"
          ],
          "id": "network:22.22.22.22"
        }
      ],
      "ipAddress": "22.22.22.22",
      "siteName": "B-22.22.22.22",
      "location": "N/A",
      "customProperties": [
        "N/A",
        "N/A",
        "N/A"
      ],
      "l3vpnCapable": true,
      "pwSwitchingCapable": false,
      "geoLocation": {
        "latitude": 0,
        "longitude": 0
      },
      "baseMacAddress": "28-BB-FF-00-00-00",
      "platform": {
        "osName": null,
        "osRelease": null,
        "osVersion": "TiMOS-B-13.0.R10",
        "machine": "7750-SR12"
      },
      "@class": "com.alu.wsc.api.generated.v3.NetworkElement"
    }
  ]
}