Get Physical Link by UUID

Get the physical link referenced by the provided UUID

GET https://<NSP Server>:8543/sdn/api/v3/physicallinks/3537-9700a684-6a34-4120-900e-ce344121a14e

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "3537-9700a684-6a34-4120-900e-ce344121a14e",
    "appId": null,
    "operationalState": "UP",
    "adminState": null,
    "neDeploymentState": "DEPLOYED",
    "externalIds": [
      {
        "context": "SAM",
        "location": [
          "135.121.158.6"
        ],
        "id": "physicalLink:from-MAC Address-26-07-FF-00-00-00-portid-35684352-Nearest-Bridge-to-MAC Address-26-54-FF-00-00-00-portid-35684352"
      }
    ],
    "sourceId": "1625-d7d14794-b10d-4338-af88-ea876c02b2b5",
    "destinationId": "1393-a86aaf47-e3bd-4236-88b2-07bae09a7702",
    "sourcePortId": "2184-dff676e5-0de6-4ca8-a5b8-01b208a455ac",
    "destinationPortId": "1661-45c3516b-587d-4255-a6a5-3433b516bf8c",
    "bidirectional": true,
    "name": "A-11.11.11.11:1/1/1--C-33.33.33.33:1/1/1",
    "linkCost": {
      "latency": 0
    },
    "lxpresent": false,
    "lxcontainer": null,
    "@class": "com.alu.wsc.api.generated.v3.PhysicalLink"
  }
}