REST API Method: POST /rest/timing

Modifies the system timing on the SBC.

URL:

https://192.168.0.111/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

  • No labels