configuration / ntp

CLI REST-API

ext-ntp-cfg

The submenu ext-ntp-cfg (External NTP Configuration) contains the following:

Menus:
ext-ntp-cfg0 (External NTP Cofiguration 0)

Objects: none

Commands:
add-ext-ntp-cfg (Adds an External NTP-Config with Name and Description)
delete-ext-ntp-cfg (Deletes an External NTP-Config using Name)



See also:
/configuration/ntp/ext-ntp-cfg/[NTP-ID]
/configuration/ntp/ext-ntp-cfg/add-ext-ntp-cfg: Adds an External NTP-Config with Name and Description
/configuration/ntp/ext-ntp-cfg/delete-ext-ntp-cfg: Deletes an External NTP-Config using Name

REST-API Support:


This menu is supported by the REST API:

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


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


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

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


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

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