Get IETF TE Node by UUID

Retrieve a IETF TE node by UUID

GET https://<NSP Server>:8543/sdn/api/v4/ietf/te/node/1534-ae9c03fd-f933-40e3-9b25-d56e5a63f024

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "supportingNode": null,
    "nodeId": {
      "uri": {
        "string": "1534-ae9c03fd-f933-40e3-9b25-d56e5a63f024"
      }
    },
    "terminationPoint": {
      "1655-4656f299-fe4c-458f-8b1c-25ea1e7c7389": {
        "supportingTerminationPoint": null,
        "tpId": {
          "uri": {
            "string": "1655-4656f299-fe4c-458f-8b1c-25ea1e7c7389"
          }
        },
        "teTerminationPointAugment": {
          "te": {
            "teTpId": {
              "ipAddress": {
                "ipv6Address": null,
                "ipv4Address": {
                  "string": "10.0.1.1"
                }
              },
              "uint32": null
            },
            "config": null,
            "state": {
              "teTerminationPointConfig": {
                "schedules": null,
                "interfaceSwitchingCapabilityList": {
                  "interfaceSwitchingCapability": {
                    "SwitchingPsc1": {
                      "timeDivisionMultiplexCapable": null,
                      "maxLspBandwidth": null,
                      "switchingCapability": {},
                      "encoding": null
                    }
                  }
                },
                "interLayerLockId": null
              }
            }
          }
        },
        "@class": "com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint"
      },
      "1624-3e18539c-b7b7-4fa1-a6b9-484820fa7494": {
        "supportingTerminationPoint": null,
        "tpId": {
          "uri": {
            "string": "1624-3e18539c-b7b7-4fa1-a6b9-484820fa7494"
          }
        },
        "teTerminationPointAugment": {
          "te": {
            "teTpId": {
              "ipAddress": {
                "ipv6Address": null,
                "ipv4Address": {
                  "string": "10.0.3.1"
                }
              },
              "uint32": null
            },
            "config": null,
            "state": {
              "teTerminationPointConfig": {
                "schedules": null,
                "interfaceSwitchingCapabilityList": {
                  "interfaceSwitchingCapability": {
                    "SwitchingPsc1": {
                      "timeDivisionMultiplexCapable": null,
                      "maxLspBandwidth": null,
                      "switchingCapability": {},
                      "encoding": null
                    }
                  }
                },
                "interLayerLockId": null
              }
            }
          }
        },
        "@class": "com.alu.wsc.api.generated.ietf.te.topology.v4.TerminationPoint"
      }
    },
    "teNodeAugment": {
      "te": {
        "teNodeId": {
          "dottedQuad": {
            "string": "22.22.22.22"
          }
        },
        "config": null,
        "state": {
          "teNodeConfig": null,
          "teNodeStateDerived": {
            "informationSource": null,
            "informationSourceState": null,
            "operStatus": "up",
            "isMultiAccessDr": null,
            "informationSourceEntry": null
          }
        },
        "tunnelTerminationPoint": null
      }
    },
    "@class": "com.alu.wsc.api.generated.ietf.te.topology.v4.Node"
  }
}