Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: POST /rest/timing

Page Tree
rootResource - 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 LengthConfigures 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.

Tip
titleHelpful 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)

Code Block
languagebash
Put code example here

Response:

Code Block
languagehtml/xml
Put Code response here