configuration / ntp / broadcast-cfg / dummy

CLI REST-API

ttl

TTL
This is a read-write object and valid values are signed integers within a range of 0-255.

Datatype-Help:
value must be between 0 and 255.



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

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/ntp/broadcast-cfg/dummy


Example using curl:
curl /api/configuration/ntp/broadcast-cfg/dummy


Method: PATCH
URL: /api/configuration/ntp/broadcast-cfg/dummy
Body:
{
  "ttl": 0
}

Example using curl:
curl -X PATCH /api/configuration/ntp/broadcast-cfg/dummy -d
{
  "ttl": 0
}