Get IETF TE Link by UUID

Retrieve a IETF TE link by UUID

GET https://<NSP Server>:8543/sdn/api/v3/ietf/te/link/3582-d2c7e823-7b97-4128-aee5-43757aad81f1

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "source": {
      "sourceNode": "2511-b835c78a-ef0d-4b55-a3fe-0a38c5c91b72",
      "sourceTp": "3582-cfc38c11-84b6-41d8-a3d9-44989addfc00"
    },
    "destination": {
      "destNode": "3562-7a6a7083-4ea2-47be-9986-9718459d6708",
      "destTp": "3562-7a6a7083-4ea2-47be-9986-9718459d6708"
    },
    "supportingLink": null,
    "linkId": {
      "uri": {
        "string": "3582-d2c7e823-7b97-4128-aee5-43757aad81f1"
      }
    },
    "teLinkAugment": {
      "te": {
        "config": null,
        "state": {
          "teLinkConfig": {
            "teLinkAttributes": {
              "schedules": null,
              "accessType": "multi_access",
              "externalDomain": null,
              "isAbstract": false,
              "name": "22.22.22.22::10.0.1.2=>10.0.1.1",
              "underlay": null,
              "adminStatus": "up",
              "performanceMetricThrottleContainer": null,
              "teLinkInfoAttributes": {
                "interfaceSwitchingCapabilityList": null,
                "teLinkConnectivityAttributes": {
                  "maxLinkBandwidth": 0,
                  "maxResvLinkBandwidth": 100000000,
                  "unreservedBandwidth": {
                    "0": 98000000
                  },
                  "teDefaultMetric": 25,
                  "performanceMetric": null,
                  "teSrlgs": {
                    "value": []
                  }
                },
                "linkIndex": null,
                "administrativeGroup": {
                  "adminGroup": {
                    "binary": [
                      0,
                      0,
                      0,
                      0
                    ]
                  },
                  "extendedAdminGroup": null
                },
                "linkProtectionType": null
              }
            },
            "bundledLinks": null,
            "componentLinks": null,
            "teLinkTemplate": null,
            "template": null
          },
          "teLinkStateDerived": {
            "informationSource": null,
            "informationSourceState": null,
            "operStatus": "up",
            "isTransitional": null,
            "informationSourceEntry": null,
            "recovery": null,
            "underlay": null
          }
        }
      }
    }
  }
}