configuration / ntp

CLI REST-API

broadcast-cfg

The submenu broadcast-cfg (Broadcast Configuration) contains the following:

Menus:
dummy (dummy)

Objects: none

Commands:
add-broadcast-cfg (Adds a Broadcast with Name and Description)
delete-broadcast-cfg (Deletes a Broadcast using Name)



See also:
/configuration/ntp/broadcast-cfg/dummy: dummy
/configuration/ntp/broadcast-cfg/add-broadcast-cfg: Adds a Broadcast with Name and Description
/configuration/ntp/broadcast-cfg/delete-broadcast-cfg: Deletes a Broadcast using Name

REST-API Support:


This menu is supported by the REST API:

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


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


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

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


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

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