configuration / ntp

CLI REST-API

leapsecond-cfg

The submenu leapsecond-cfg (Leapsecond Configuration) contains the following:

Menus: none

Objects:
auto-download (Auto Download)
interval (Interval)
url (URL)

Commands: none



See also:
/configuration/ntp/leapsecond-cfg/auto-download: Auto Download
/configuration/ntp/leapsecond-cfg/interval: Interval
/configuration/ntp/leapsecond-cfg/url: URL

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/ntp/leapsecond-cfg


Example using curl:
curl /api/configuration/ntp/leapsecond-cfg


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

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