Get IETF TE Link by UUID

Retrieve a IETF TE link by UUID

GET https://<NSP Server>:8543/sdn/api/v4/ietf/te/link/1547-e904c08a-655a-4845-bcab-f58c5fafdb5b

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "source": {
      "sourceNode": "1545-cc536755-f78d-44c4-a6de-fcd62e0d264a",
      "sourceTp": "1545-cc536755-f78d-44c4-a6de-fcd62e0d264a"
    },
    "destination": {
      "destNode": "1524-902ecae3-9cda-4c48-90ae-80efc12ef997",
      "destTp": "1593-9642e9e7-83c0-4442-956d-cdbc7f7f34ad"
    },
    "supportingLink": null,
    "linkId": {
      "uri": {
        "string": "1547-e904c08a-655a-4845-bcab-f58c5fafdb5b"
      }
    },
    "teLinkAugment": {
      "te": {
        "config": {
          "teLinkConfig": {
            "teLinkAttributes": {
              "schedules": null,
              "accessType": null,
              "externalDomain": null,
              "isAbstract": null,
              "name": null,
              "underlay": null,
              "adminStatus": null,
              "performanceMetricThrottleContainer": null,
              "teLinkInfoAttributes": null
            },
            "bundledLinks": null,
            "componentLinks": null,
            "teLinkTemplate": null,
            "template": null
          }
        },
        "state": {
          "teLinkConfig": {
            "teLinkAttributes": {
              "schedules": null,
              "accessType": "multi_access",
              "externalDomain": null,
              "isAbstract": false,
              "name": "11.11.11.11::11.11.11.11=>10.44.11.2-OSPF-Broadcast-Duplicate",
              "underlay": null,
              "adminStatus": null,
              "performanceMetricThrottleContainer": null,
              "teLinkInfoAttributes": null
            },
            "bundledLinks": null,
            "componentLinks": null,
            "teLinkTemplate": null,
            "template": null
          },
          "teLinkStateDerived": {
            "informationSource": null,
            "informationSourceState": null,
            "operStatus": "unknown",
            "isTransitional": null,
            "informationSourceEntry": null,
            "recovery": null,
            "underlay": null
          }
        }
      }
    },
    "@class": "com.alu.wsc.api.generated.ietf.te.topology.v4.Link"
  }
}