configuration / ntp / leapsecond-cfg

CLI REST-API

auto-download

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




See also:
/configuration/ntp/leapsecond-cfg: Leapsecond Configuration
/configuration/ntp/leapsecond-cfg/interval: Interval
/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:
{
  "auto-download": true
}

Example using curl:
curl -X PATCH /api/configuration/ntp/leapsecond-cfg -d
{
  "auto-download": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]