configuration / ntp / leapsecond-cfg

CLI REST-API

interval

Interval
This is a read-write object and valid values are:




See also:
/configuration/ntp/leapsecond-cfg: Leapsecond Configuration
/configuration/ntp/leapsecond-cfg/auto-download: Auto Download
/configuration/ntp/leapsecond-cfg/url: URL

REST-API Support:


This object 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:
{
  "interval": "once-a-day"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/leapsecond-cfg -d
{
  "interval": "once-a-day"
}