configuration / ntp / multicast-cfg

CLI REST-API

interval

Interval
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/use-autokey: Use Autokey
/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:
{
  "interval": "auto"
}

Example using curl:
curl -X PATCH /api/configuration/ntp/multicast-cfg -d
{
  "interval": "auto"
}