configuration / ntp / leapsecond-cfg

CLI REST-API

url

URL
This is a read-write object and valid values are URLs.

Datatype-Help:
value must be a URL.
the URL must follow the following syntax:
scheme:[//[userinfo@]host[:port]]path[?query][#fragment]
Example:
https://www.meinberg.de/



See also:
/configuration/ntp/leapsecond-cfg: Leapsecond Configuration
/configuration/ntp/leapsecond-cfg/auto-download: Auto Download
/configuration/ntp/leapsecond-cfg/interval: Interval

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:
{
  "url": "www.meinberg.de"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/leapsecond-cfg -d
{
  "url": "www.meinberg.de"
}