configuration / ntp / leapsecond-cfg

CLI REST-API

interval

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




See also:
/configuration/ntp/broadcast-cfg/dummy: dummy
/configuration/ntp/broadcast-cfg/dummy/address: Address
/configuration/ntp/broadcast-cfg/dummy/use-autokey: Use Autokey
/configuration/ntp/broadcast-cfg/dummy/symmetric-key: Symmetric Key
/configuration/ntp/broadcast-cfg/dummy/ttl: TTL

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"
}