Get Tunnel by UUID

Get the service tunnel referenced by the provided UUID

GET https://<NSP Server>:8543/sdn/api/v3/services/tunnel/3105-0218f6e5-ca1d-4643-9d2b-a4d6cda159a8

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "3105-0218f6e5-ca1d-4643-9d2b-a4d6cda159a8",
    "appId": null,
    "operationalState": "UP",
    "adminState": "UP",
    "neDeploymentState": "DEPLOYED",
    "externalIds": [
      {
        "context": "SAM",
        "location": [
          "135.121.158.6"
        ],
        "id": "serviceTunnel:from-11.11.11.11-id-1"
      }
    ],
    "name": "11_22_1498488297085",
    "serviceType": "TUNNEL",
    "connectionState": "CONNECTED",
    "tenants": [
      {
        "id": "0",
        "tenantName": "admin",
        "contactName": null,
        "phoneNumber": null,
        "address": null
      }
    ],
    "topology": null,
    "objective": "COST",
    "bidirectional": "ANY_REVERSE_ROUTE",
    "bw": 60000,
    "reverseBW": null,
    "maxLatency": 0,
    "maxCost": 0,
    "maxHops": 0,
    "lifeCycle": {
      "phase": "Deployment",
      "state": "Deployed",
      "reason": "Service tunnel resynched from NFM-P"
    },
    "templateId": null,
    "tunnelSelectionId": null,
    "pathProfileId": null,
    "groupId": null,
    "endpoints": [
      {
        "id": null,
        "appId": null,
        "operationalState": null,
        "adminState": null,
        "neDeploymentState": null,
        "externalIds": null,
        "neId": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
        "neName": "B-22.22.22.22",
        "portId": null,
        "serviceId": "3105-0218f6e5-ca1d-4643-9d2b-a4d6cda159a8",
        "name": "11_22_1498488297085",
        "innerTag": null,
        "outerTag": null,
        "siteServiceQosProfile": {
          "qosProfile": 0,
          "ingressOverrideQueues": null,
          "egressOverrideQueues": null,
          "ingressParam": null,
          "egressParam": null
        },
        "isHub": null,
        "@class": "com.alu.wsc.api.generated.v3.L2ServiceEndpoint"
      },
      {
        "id": null,
        "appId": null,
        "operationalState": null,
        "adminState": null,
        "neDeploymentState": null,
        "externalIds": null,
        "neId": "1393-a86aaf47-e3bd-4236-88b2-07bae09a7702",
        "neName": "A-11.11.11.11",
        "portId": null,
        "serviceId": "3105-0218f6e5-ca1d-4643-9d2b-a4d6cda159a8",
        "name": "11_22_1498488297085",
        "innerTag": null,
        "outerTag": null,
        "siteServiceQosProfile": {
          "qosProfile": 0,
          "ingressOverrideQueues": null,
          "egressOverrideQueues": null,
          "ingressParam": null,
          "egressParam": null
        },
        "isHub": null,
        "@class": "com.alu.wsc.api.generated.v3.L2ServiceEndpoint"
      }
    ],
    "sourceNodeId": {
      "ipv6Address": null,
      "ipv4Address": {
        "string": "11.11.11.11"
      }
    },
    "destinationNodeId": {
      "ipv6Address": null,
      "ipv4Address": {
        "string": "22.22.22.22"
      }
    },
    "sourceEndpoints": [
      {
        "nodeId": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
        "portId": "2530-7637c2ec-d36d-405d-b6ae-0c3da56efd9c"
      },
      {
        "nodeId": "1393-a86aaf47-e3bd-4236-88b2-07bae09a7702",
        "portId": "1690-bd3b9ccb-23e0-4543-b125-3417512b947c"
      }
    ],
    "destinationEndpoints": [
      {
        "nodeId": "1622-0926d123-7489-4162-88bc-c4ada81c22d6",
        "portId": "2530-7637c2ec-d36d-405d-b6ae-0c3da56efd9c"
      },
      {
        "nodeId": "1393-a86aaf47-e3bd-4236-88b2-07bae09a7702",
        "portId": "1690-bd3b9ccb-23e0-4543-b125-3417512b947c"
      }
    ],
    "underlyingTransport": "MPLS",
    "steeringParameters": [],
    "ownership": {
      "consumable": true,
      "modifiable": true,
      "deletable": true
    },
    "availableBw": 0,
    "description": null,
    "@class": "com.alu.wsc.api.generated.v3.BaseService"
  }
}