configuration / ntp

CLI REST-API

nts-cfg

The submenu nts-cfg (NTS Configuration) contains the following:

Menus: none

Objects:
enabled (Enabled)
nts-only (NTS only)
key-rotation-interval (key rotation interval)

Commands: none



See also:
/configuration/ntp/nts-cfg/enabled: Enabled
/configuration/ntp/nts-cfg/nts-only: NTS only
/configuration/ntp/nts-cfg/key-rotation-interval: key rotation interval

REST-API Support:


This menu is supported by the REST API:

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


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


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

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