configuration / ntp / nts-cfg

CLI REST-API

nts-only

NTS only
This is a read-write object and valid values are:




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

REST-API Support:


This object 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:
{
  "nts-only": true
}

Example using curl:
curl -X PATCH /api/configuration/ntp/nts-cfg -d
{
  "nts-only": true
}

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