configuration / ntp

CLI REST-API

general

The submenu general (General-Config) contains the following:

Menus: none

Objects:
stra-level (Stratum Level Unsynchronized)
enable-stra-change (Stratum Change Enabled)
enable-truechimer (Enable Truechimer)
trusttime (Trusttime)
time-scale (Time-Scale)
fixed-offset (Fixed Offset)
local-trusted-keys (Local Trusted Keys)
ignore-stat-req-packets (Ignore Statua-Request-Packets)
autokey-enabled (Autokey-Enabled)
autokey-password (Autokey-Password)
mindist (Mindist)
serve (Serve)
max-ntp-offset (Max NTP Offset)
enable-noepeer (Enable-Noepeer)
bypass-mrs-stratum (Bypass-Mrs-Stratum)

Commands: none



See also:
/configuration/ntp/general/stra-level: Stratum Level Unsynchronized
/configuration/ntp/general/enable-stra-change: Stratum Change Enabled
/configuration/ntp/general/enable-truechimer: Enable Truechimer
/configuration/ntp/general/trusttime: Trusttime
/configuration/ntp/general/time-scale: Time-Scale
/configuration/ntp/general/fixed-offset: Fixed Offset
/configuration/ntp/general/local-trusted-keys: Local Trusted Keys
/configuration/ntp/general/ignore-stat-req-packets: Ignore Statua-Request-Packets
/configuration/ntp/general/autokey-enabled: Autokey-Enabled
/configuration/ntp/general/autokey-password: Autokey-Password
/configuration/ntp/general/mindist: Mindist
/configuration/ntp/general/serve: Serve
/configuration/ntp/general/max-ntp-offset: Max NTP Offset
/configuration/ntp/general/enable-noepeer: Enable-Noepeer
/configuration/ntp/general/bypass-mrs-stratum: Bypass-Mrs-Stratum

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/ntp/general


Example using curl:
curl /api/configuration/ntp/general


Method: PATCH
URL: /api/configuration/ntp/general
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/general
-d "{
  \"objects\": \"new-values\"
}"