Modifies a DS1 Port given a specific Table ID in a given Line Card.
This API should not be used to modify the port type. Port type modification must be done in groups of ports via the DS1 Port Group.
https://134.56.227.163/rest/linecard/{identifier}/telcods1port/{identifier}
POST
true
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|---|---|---|---|---|---|
ConfigIEState | No | Yes | Enum | 1 | Possible values:
| Specifies the Administrative State of the resource. |
PortName | Yes | No | string | none | 128 - Max Length | Specifies the string name of the Port. |
PortAlias | No | No | string | none | 20 - Max Length | Specifies an alias name for the port for easy identification. |
PortDescription | No | No | string | none | 128 - Max Length | Specifies a description for easy identification when being selected in Signaling Groups |
PortPhysicalType | Yes | Yes | Enum | 1 | Possible values:
| Specifies the physical type of port. |
PortSignalingType | Yes | Yes | Enum | 0 | Possible values:
| Specifies the signaling type of the port. |
PortFramingType | Yes | Yes | Enum | 0 | Possible values:
| Specifies the framing type for T1 ports. |
PortCodingType | Yes | Yes | Enum | 0 | Possible values:
| Specifies the line coding for the port. |
PortLineBuildout | Yes | Yes | Enum | 0 | Possible values:
| Specifies the trunk type for T1 ports. |
PortShorthaulCablelength | Yes | Yes | Enum | 0 | Possible values:
|
Specifies the cable length for T1 ports set to Short Haul Trunk Type.
This option is only available for T1 ports set to a Short Haul Trunk Type. |
PortLonghaultxAttenuation | Yes | Yes | Enum | 3 | Possible values:
|
Specifies the attenuation for T1 ports to Long haul trunk type.
This option is only available for T1 ports set to a Long Haul Trunk Type. |
PortLoopbackType | Yes | Yes | Enum | 4 | Possible values:
| Controls the loop back status of the port. |
PortCRCType | Yes | Yes | Enum | 1 | Possible values:
| Specifies the CRC setting for E1 ports. |
The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource
Put code example here
Put Code response here