configuration / ntp / broadcast-cfg

CLI REST-API

dummy

The submenu dummy (dummy) contains the following:

Menus: none

Objects:
address (Address)
interval (Interval)
use-autokey (Use Autokey)
symmetric-key (Symmetric Key)
ttl (TTL)

Commands: none



See also:
/configuration/system/timezones/[ID]/dst-on
/configuration/system/timezones/[ID]/dst-off
/configuration/system/timezones/[ID]/timezone-id
/configuration/system/timezones/[ID]/display-name

REST-API Support:


This menu 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:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/broadcast-cfg/dummy
-d "{
  \"objects\": \"new-values\"
}"


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

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