Get Physical Link by UUID

Get the physical link referenced by the provided UUID

GET https://<NSP Server>:8543/sdn/api/v4/physicallinks/3920-86866467-58a7-4f8e-9ca8-237bf2ce6df0

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "3920-86866467-58a7-4f8e-9ca8-237bf2ce6df0",
    "appId": null,
    "operationalState": "UP",
    "adminState": null,
    "neDeploymentState": "DEPLOYED",
    "externalIds": [
      {
        "context": "NFM_P",
        "location": [
          "135.121.156.100"
        ],
        "id": "physicalLink:from-MAC Address-2A-5A-FF-00-00-00-portid-35717120-Nearest-Bridge-to-MAC Address-2A-5B-FF-00-00-00-portid-35717120"
      }
    ],
    "sourceId": "1526-ff2a9aed-27be-4870-9020-a0c75432ff1f",
    "sourceName": "A-11.11.11.11",
    "destinationId": "1531-d59d5bd3-01bc-4ee1-afae-76f9697c19cf",
    "destinationName": "C-33.33.33.33",
    "sourcePortId": "2116-f4bde2b7-a471-47fc-bbcc-546a5c31f1de",
    "sourcePortName": "Port 1/1/2",
    "destinationPortId": "3066-017c055e-c809-4df6-af8a-891f277cb938",
    "destinationPortName": "Port 1/1/2",
    "bidirectional": true,
    "name": "A-11.11.11.11:1/1/2--C-33.33.33.33:1/1/2",
    "linkCost": {
      "latency": 0,
      "cost": 0
    },
    "srlgs": null,
    "lxpresent": false,
    "lxcontainer": null,
    "@class": "com.alu.wsc.api.generated.v4.PhysicalLink"
  }
}