configuration / ntp / broadcast-cfg / dummy

CLI REST-API

symmetric-key

Symmetric Key
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



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/ttl: TTL

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:
{
  "symmetric-key": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/broadcast-cfg/dummy -d
{
  "symmetric-key": "Meinberg"
}