configuration / ntp / multicast-cfg

CLI REST-API

use-autokey

Use Autokey
This is a read-write object and valid values are:




See also:
/configuration/ntp/multicast-cfg: Multicast Configuration
/configuration/ntp/multicast-cfg/enabled: Enabled
/configuration/ntp/multicast-cfg/address: Address
/configuration/ntp/multicast-cfg/interval: Interval
/configuration/ntp/multicast-cfg/symmetric-key: Symmetric Key
/configuration/ntp/multicast-cfg/ttl: TTL

REST-API Support:


This object 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:
{
  "use-autokey": true
}

Example using curl:
curl -X PATCH /api/configuration/ntp/multicast-cfg -d
{
  "use-autokey": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]