configuration / ntp

CLI REST-API

multicast-cfg

The submenu multicast-cfg (Multicast Configuration) contains the following:

Menus: none

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

Commands: none



See also:
/configuration/ntp/multicast-cfg/enabled: Enabled
/configuration/ntp/multicast-cfg/address: Address
/configuration/ntp/multicast-cfg/interval: Interval
/configuration/ntp/multicast-cfg/use-autokey: Use Autokey
/configuration/ntp/multicast-cfg/symmetric-key: Symmetric Key
/configuration/ntp/multicast-cfg/ttl: TTL

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/ntp/multicast-cfg


Example using curl:
curl /api/configuration/ntp/multicast-cfg


Method: PATCH
URL: /api/configuration/ntp/multicast-cfg
Body:
{
  \"objects\": \"new-values\"
}

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