configuration / system

CLI REST-API

general

The submenu general (General Configuration) contains the following:

Menus: none

Objects:
fan-mode (Fan-Mode)
fan-temp-threshold (Fan-Temp-Threshold)
restrict-ntp-access-on-init (Restrict-Ntp-Access-On-Init)
active-changes-permanent (Active-Changes-Permanent)
ntp-client-cnt-enabled (Ntp-Client-Counter-Enabled)
ntp-client-cnt-runtime (Ntp-Client-Counter-Runtime)
ntp-client-cnt-log-lvl (Ntp-Client-Counter-Log-Level)

Commands: none



See also:
/configuration/system/general/fan-mode: Fan-Mode
/configuration/system/general/fan-temp-threshold: Fan-Temp-Threshold
/configuration/system/general/restrict-ntp-access-on-init: Restrict-Ntp-Access-On-Init
/configuration/system/general/active-changes-permanent: Active-Changes-Permanent
/configuration/system/general/ntp-client-cnt-enabled: Ntp-Client-Counter-Enabled
/configuration/system/general/ntp-client-cnt-runtime: Ntp-Client-Counter-Runtime
/configuration/system/general/ntp-client-cnt-log-lvl: Ntp-Client-Counter-Log-Level

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/general


Example using curl:
curl /api/configuration/system/general


Method: PATCH
URL: /api/configuration/system/general
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/general
-d "{
  \"objects\": \"new-values\"
}"