configuration / ntp / manycast-cfg

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/manycast-cfg: Manycast Configuration
/configuration/ntp/manycast-cfg/enabled: Enabled
/configuration/ntp/manycast-cfg/address: Address
/configuration/ntp/manycast-cfg/use-autokey: Use Autokey

REST-API Support:


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

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