Get IETF TE Node by UUID

Retrieve a IETF TE node by UUID

GET https://<NSP Server>:8543/sdn/api/v3/ietf/te/node/3555-f9f4b538-aaff-47fd-9922-b7a733f7efa2

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "supportingNode": null,
    "nodeId": {
      "uri": {
        "string": "3555-f9f4b538-aaff-47fd-9922-b7a733f7efa2"
      }
    },
    "terminationPoint": {
      "3555-f9f4b538-aaff-47fd-9922-b7a733f7efa2": {
        "supportingTerminationPoint": null,
        "tpId": {
          "uri": {
            "string": "3555-f9f4b538-aaff-47fd-9922-b7a733f7efa2"
          }
        },
        "teTerminationPointAugment": {
          "te": {
            "teTpId": null,
            "config": null,
            "state": {
              "teTerminationPointConfig": {
                "schedules": null,
                "interfaceSwitchingCapabilityList": {
                  "interfaceSwitchingCapability": {
                    "SwitchingPsc1": {
                      "timeDivisionMultiplexCapable": null,
                      "maxLspBandwidth": null,
                      "switchingCapability": {},
                      "encoding": null
                    }
                  }
                },
                "interLayerLockId": null
              }
            }
          }
        }
      }
    },
    "teNodeAugment": {
      "te": {
        "teNodeId": null,
        "config": null,
        "state": {
          "teNodeConfig": null,
          "teNodeStateDerived": {
            "informationSource": null,
            "informationSourceState": null,
            "operStatus": "up",
            "isMultiAccessDr": true,
            "informationSourceEntry": null
          }
        },
        "tunnelTerminationPoint": null
      }
    }
  }
}