Get Service by UUID

Get the service referenced by the provided UUID

GET https://<NSP Server>:8543/sdn/api/v4/services/4052-c8d6854f-e8b7-4f91-b086-c47c60f27f04

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "4052-c8d6854f-e8b7-4f91-b086-c47c60f27f04",
    "appId": null,
    "operationalState": "UP",
    "adminState": "UP",
    "neDeploymentState": "DEPLOYED",
    "externalIds": [
      {
        "context": "NFM_P",
        "location": [
          "135.121.156.100"
        ],
        "id": "svc-mgr:service-1"
      }
    ],
    "name": "ELINETEST",
    "serviceType": "ELINE",
    "tenantIds": [
      "0",
      "687f0ce1-8dbc-4998-8442-0d00c73f86e8"
    ],
    "objective": "COST",
    "bidirectional": "ANY_REVERSE_ROUTE",
    "bw": null,
    "reverseBW": null,
    "maxLatency": 0,
    "maxCost": 0,
    "maxHops": 0,
    "lifeCycle": {
      "phase": "Deployment",
      "state": "Deployed",
      "reason": "E-Line service deployment completed"
    },
    "templateId": null,
    "tunnelSelectionId": null,
    "pathProfileId": null,
    "groupId": null,
    "endpoints": [
      {
        "id": "4293-d9623b62-3848-4e35-bbcd-8f0b522395e8",
        "appId": null,
        "operationalState": "UP",
        "adminState": "UP",
        "neDeploymentState": "DEPLOYED",
        "externalIds": [
          {
            "context": "NFM_P",
            "location": [
              "135.121.156.100"
            ],
            "id": "svc-mgr:service-1:11.11.11.11:interface-1/1/11-inner-tag-0-outer-tag-77"
          }
        ],
        "neId": "1526-ff2a9aed-27be-4870-9020-a0c75432ff1f",
        "neName": "A-11.11.11.11",
        "portId": "2182-e4e12d40-47ac-4fee-9a9c-8836152b01b6",
        "portName": "Port 1/1/11",
        "serviceId": "4052-c8d6854f-e8b7-4f91-b086-c47c60f27f04",
        "name": "Port 1/1/11:77.0",
        "innerTag": -1,
        "outerTag": 77,
        "siteServiceQosProfile": {
          "qosProfile": 0,
          "ingressOverrideQueues": [
            {
              "id": 1,
              "cir": 10000,
              "pir": 10000,
              "cbs": 2,
              "mbs": 2,
              "rateType": "kbps",
              "queueType": "Queue"
            }
          ],
          "egressOverrideQueues": null,
          "ingressParam": null,
          "egressParam": null
        },
        "isHub": null,
        "aggregateBw": 10000,
        "@class": "com.alu.wsc.api.generated.v4.L2ServiceEndpoint"
      },
      {
        "id": "4298-c1d24f41-b19a-4cf4-a676-5be20a5f1210",
        "appId": null,
        "operationalState": "UP",
        "adminState": "UP",
        "neDeploymentState": "DEPLOYED",
        "externalIds": [
          {
            "context": "NFM_P",
            "location": [
              "135.121.156.100"
            ],
            "id": "svc-mgr:service-1:22.22.22.22:interface-1/1/11-inner-tag-0-outer-tag-55"
          }
        ],
        "neId": "1536-65f5928f-863c-458f-ad90-487f24648993",
        "neName": "B-22.22.22.22",
        "portId": "2685-a7665170-d578-4d92-9880-17d15c788ffa",
        "portName": "Port 1/1/11",
        "serviceId": "4052-c8d6854f-e8b7-4f91-b086-c47c60f27f04",
        "name": "Port 1/1/11:55.0",
        "innerTag": -1,
        "outerTag": 55,
        "siteServiceQosProfile": {
          "qosProfile": 0,
          "ingressOverrideQueues": [
            {
              "id": 1,
              "cir": 10000,
              "pir": 10000,
              "cbs": 2,
              "mbs": 2,
              "rateType": "kbps",
              "queueType": "Queue"
            }
          ],
          "egressOverrideQueues": null,
          "ingressParam": null,
          "egressParam": null
        },
        "isHub": null,
        "aggregateBw": 10000,
        "@class": "com.alu.wsc.api.generated.v4.L2ServiceEndpoint"
      }
    ],
    "mtu": 1514,
    "vcType": null,
    "autoBindType": null,
    "monitorBandwidth": false,
    "@class": "com.alu.wsc.api.generated.v4.ElineService"
  }
}