REST API Method: POST /rest/bricard/{identifier}/telcobriport/{identifier}

Modifies a BRI Port given a specific Table ID in a given BRI Card.

URL:

https://192.168.0.111/rest/bricard/{identifier}/telcobriport/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ConfigIEStateNoYesEnum1Possible values:
  • 0 - esDISABLED
  • 1 - esENABLED
Specifies the Administrative State of the resource.
PortNameYesNostringnone128 - Max Length Specifies the string name of the Port.
PortAliasNoNostringnone20 - Max Length Specifies an alias name for the port for easy identification.
PortDescriptionNoNostringnone64 - Max Length Specifies a description for easy identification when being selected in Signaling Groups
PortTerminationYesYesEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Controls the termination of the port. An S/T bus needs to be terminated at both ends. One end would be the NT device, and the other end would be the last TE device on the bus. When the SBC is software configured as an NT (connecting to a PBX), termination should always be Enabled (default). For NT/Network side from the ISDN Signaling Group only Enabled is valid. When the SBC is software configured as a TE device (connecting to an NT1), termination is Enabled (default) when making a point-to-point connection between the TE port and the NT1. If other TE devices are sharing the bus of the SBC system going to the NT1, termination on the TE port should be Disabled.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels