configuration / ntp

CLI REST-API

manycast-cfg

The submenu manycast-cfg (Manycast Configuration) contains the following:

Menus: none

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

Commands: none



See also:
/configuration/ntp/manycast-cfg/enabled: Enabled
/configuration/ntp/manycast-cfg/address: Address
/configuration/ntp/manycast-cfg/use-autokey: Use Autokey
/configuration/ntp/manycast-cfg/symmetric-key: Symmetric Key

REST-API Support:


This menu is supported by the REST API:

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


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


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

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