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

Compare with Current View Page History

« Previous Version 2 Next »

REST API Method: POST /rest/timing

Modifies the system timing on the Sonus SBC 1000/2000 system.

URL:

https://134.56.227.163/rest/timing

HTTP Method

POST

Requires Authentication:

true



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

Usage Example: (about cURL | requires a session token)

Put code example here

Response:

Put Code response here
  • No labels