configuration / ntp / general

CLI REST-API

mindist

Mindist
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



See also:
/configuration/ntp/general: General-Config
/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/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 object 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:
{
  "mindist": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/general -d
{
  "mindist": "Meinberg"
}