configuration

CLI REST-API

ntp

The submenu ntp (ntp configuration) contains the following:

Menus:
general (General-Config)
ext-ntp-cfg (External NTP Configuration)
broadcast-cfg (Broadcast Configuration)
multicast-cfg (Multicast Configuration)
manycast-cfg (Manycast Configuration)
leapsecond-cfg (Leapsecond Configuration)

Objects: none

Commands: none



See also:
/configuration/ntp/general: General-Config
/configuration/ntp/ext-ntp-cfg: External NTP Configuration
/configuration/ntp/broadcast-cfg: Broadcast Configuration
/configuration/ntp/multicast-cfg: Multicast Configuration
/configuration/ntp/manycast-cfg: Manycast Configuration
/configuration/ntp/leapsecond-cfg: Leapsecond Configuration
/status/ntp: ntp status

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/ntp


Example using curl:
curl /api/configuration/ntp


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

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