You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

REST API Method: POST /rest/timing

Modifies the system timing on the Sonus SBC Edge system.

URL:

https://192.168.0.111/rest/timing

HTTP Method

POST

Requires Authentication:

true

The root page @parent could not be found in space SBC 1000/2000 API.

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
TxClockSourceNoYesEnum0Possible values:
  • 0 - tcsSystem
  • 1 - tcsNetwork
Configures the source of the system's transmit-clock
  • System
    - the built-in oscillator is used to transmit data over synchronous links.
  • Network
    - the clock is derived from the data received from the peer devices on the network.
PrimaryClockRecoveryPortNoYesstringnone128 - Max Length Configures the DS1 port from which the clock will be derived, if the value of the Clock Source field is Network.
SecondaryClockRecoveryPortNoYesstringnone128 - Max Length Configures the DS1 port from which the clock will be derived, if the value of the Clock Source field is Network. This clock source is used only if the primary clock source is not of sufficient quality.

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