Get Network Element by systemId

Get the network element referenced by the provided system ID

GET https://<NSP Server>:8543/sdn/api/v3/ne/system/11.11.11.11

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "1393-a86aaf47-e3bd-4236-88b2-07bae09a7702",
    "appId": null,
    "operationalState": "UP",
    "adminState": "UP",
    "neDeploymentState": null,
    "externalIds": [
      {
        "context": "SAM",
        "location": [
          "135.121.158.6"
        ],
        "id": "11.11.11.11@phy"
      },
      {
        "context": "SAM",
        "location": [
          "135.121.158.6"
        ],
        "id": "network:11.11.11.11"
      }
    ],
    "ipAddress": "11.11.11.11",
    "siteName": "A-11.11.11.11",
    "location": "N/A",
    "customProperties": [
      "N/A",
      "N/A",
      "N/A"
    ],
    "l3vpnCapable": true,
    "pwSwitchingCapable": false,
    "geoLocation": {
      "latitude": 0,
      "longitude": 0
    },
    "baseMacAddress": "26-07-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"
  }
}