Get Ports

Get a list of ports that support CLINE services.

GET https://<NSP Server>:8543/sdn/api/v4/ports/servicetype/CLINE

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 2,
  "totalRows": 2,
  "data": [
    {
      "id": "3052-56e25b9e-0b7a-40ce-b700-2f311c603d08",
      "appId": null,
      "operationalState": "DOWN",
      "adminState": "UP",
      "neDeploymentState": "DEPLOYED",
      "externalIds": [
        {
          "context": "NFM_P",
          "location": [
            "135.121.156.100"
          ],
          "id": "network:22.22.22.22:shelf-1:cardSlot-3:card:daughterCardSlot-1:daughterCard:port-1:sts1-1:ds3e3-1:ds1e1-1@SVC"
        }
      ],
      "neId": "1536-65f5928f-863c-458f-ad90-487f24648993",
      "neName": "B-22.22.22.22",
      "name": "Channel 3/1/1.ds1-1.1",
      "portType": "Ds1",
      "role": "UNI",
      "portSpeed": 1544,
      "availableIngressBandwidth": 0,
      "availableEgressBandwidth": 0,
      "portCapability": {
        "vctypeCesopsnCas": false,
        "opsa": null,
        "l3vpn": false,
        "och": false,
        "vctypeSatopE1": false,
        "lag": false,
        "physicalLink": false,
        "vctypeCesopsn": false,
        "opsb": null,
        "ycable": null,
        "odu": false,
        "vctypeSatopT1": true,
        "elan": false,
        "eline": false,
        "cline": true
      },
      "description": null,
      "ethernet": null,
      "tdm": {
        "channelFraming": "ds1-unframed",
        "signalMode": "SIGNAL_MODE_NONE",
        "ds0ChannelGroups": [
          {
            "name": "Channel 3/1/1.ds0Grp-1.1.1",
            "id": "3054-b47adff0-73c5-4e86-b691-c80939513706",
            "adminState": "UP",
            "operationalState": "DOWN",
            "encapType": "CEM",
            "timeSlots": "1-24"
          }
        ]
      },
      "interfaceId": 639664195,
      "optics": null,
      "@class": "com.alu.wsc.api.generated.v4.Port"
    },
    {
      "id": "3565-98603390-eb0d-45f7-bba0-04d1dfcb5b2f",
      "appId": null,
      "operationalState": "DOWN",
      "adminState": "UP",
      "neDeploymentState": "DEPLOYED",
      "externalIds": [
        {
          "context": "NFM_P",
          "location": [
            "135.121.156.100"
          ],
          "id": "network:33.33.33.33:shelf-1:cardSlot-3:card:daughterCardSlot-1:daughterCard:port-1:sts1-1:ds3e3-1:ds1e1-1@SVC"
        }
      ],
      "neId": "1531-d59d5bd3-01bc-4ee1-afae-76f9697c19cf",
      "neName": "C-33.33.33.33",
      "name": "Channel 3/1/1.ds1-1.1",
      "portType": "Ds1",
      "role": "UNI",
      "portSpeed": 1544,
      "availableIngressBandwidth": 0,
      "availableEgressBandwidth": 0,
      "portCapability": {
        "vctypeCesopsnCas": false,
        "opsa": null,
        "l3vpn": false,
        "och": false,
        "vctypeSatopE1": false,
        "lag": false,
        "physicalLink": false,
        "vctypeCesopsn": false,
        "opsb": null,
        "ycable": null,
        "odu": false,
        "vctypeSatopT1": true,
        "elan": false,
        "eline": false,
        "cline": true
      },
      "description": null,
      "ethernet": null,
      "tdm": {
        "channelFraming": "ds1-unframed",
        "signalMode": "SIGNAL_MODE_NONE",
        "ds0ChannelGroups": [
          {
            "name": "Channel 3/1/1.ds0Grp-1.1.1",
            "id": "3567-da0c2572-3d5f-49a6-9f97-46a18e1a83b5",
            "adminState": "UP",
            "operationalState": "DOWN",
            "encapType": "CEM",
            "timeSlots": "1-24"
          }
        ]
      },
      "interfaceId": 639664195,
      "optics": null,
      "@class": "com.alu.wsc.api.generated.v4.Port"
    }
  ]
}