system.general.update¶
Update System General Service Configuration.
UI configuration is not applied automatically. Call system.general.ui_restart to apply new UI settings (all HTTP connections will be aborted) or specify ui_restart_delay (in seconds) to automatically apply them after some small amount of time necessary you might need to receive the response for your settings update request.
If incorrect UI configuration is applied, you might loss API connectivity and won’t be able to fix the settings. To avoid that, specify rollback_timeout (in seconds). It will automatically roll back UI configuration to the previously working settings after rollback_timeout passes unless you call system.general.checkin in case the new settings were correct and no rollback is necessary.
No Additional Items
Tuple Validation
Parameter 1: general_settings
general_settings
Type: objectNo Additional Properties
Ui Certificate
Used to enable HTTPS access to the system. If ui_certificate
is not configured on boot, it is automatically
Ui Httpsport
Type: integerValue must be greater or equal to 1
and lesser or equal to 65535
Ui Httpsredirect
Type: booleanWhen set, makes sure that all HTTP requests are converted to HTTPS requests to better enhance security.
Ui Httpsprotocols
Type: array of enum (of string)All items must be unique
No Additional ItemsEach item of this array must be:
Must be one of:
- "TLSv1"
- "TLSv1.1"
- "TLSv1.2"
- "TLSv1.3"
Ui Port
Type: integerValue must be greater or equal to 1
and lesser or equal to 65535
Ui Address
Type: array of stringA list of valid IPv4 addresses which the system will listen on.
Must contain a minimum of 1
items
Each item of this array must be:
Ui V6Address
Type: array of stringA list of valid IPv6 addresses which the system will listen on.
Must contain a minimum of 1
items
Each item of this array must be:
Ui Allowlist
Type: array of stringA list of IP addresses and networks that are allow to use API and UI. If this list is empty, then all IP
No Additional ItemsEach item of this array must be:
Ui Consolemsg
Type: booleanUi X Frame Options
Type: enum (of string)Must be one of:
- "SAMEORIGIN"
- "DENY"
- "ALLOW_ALL"
Kbdmap
Type: stringTimezone
Type: stringMust be at least 1
characters long
Usage Collection
Ds Auth
Type: booleanControls whether configured Directory Service users that are granted with Privileges are allowed to log in to the
Ui Restart Delay
Rollback Timeout
SystemGeneralEntry
Type: objectNo Additional Properties
Id
Type: integerUi Certificate
Used to enable HTTPS access to the system. If ui_certificate
is not configured on boot, it is automatically
Ui Httpsport
Type: integerValue must be greater or equal to 1
and lesser or equal to 65535
Ui Httpsredirect
Type: booleanWhen set, makes sure that all HTTP requests are converted to HTTPS requests to better enhance security.
Ui Httpsprotocols
Type: array of enum (of string)All items must be unique
No Additional ItemsEach item of this array must be:
Must be one of:
- "TLSv1"
- "TLSv1.1"
- "TLSv1.2"
- "TLSv1.3"
Ui Port
Type: integerValue must be greater or equal to 1
and lesser or equal to 65535
Ui Address
Type: array of stringA list of valid IPv4 addresses which the system will listen on.
Must contain a minimum of 1
items
Each item of this array must be:
Ui V6Address
Type: array of stringA list of valid IPv6 addresses which the system will listen on.
Must contain a minimum of 1
items
Each item of this array must be:
Ui Allowlist
Type: array of stringA list of IP addresses and networks that are allow to use API and UI. If this list is empty, then all IP
No Additional ItemsEach item of this array must be:
Ui Consolemsg
Type: booleanUi X Frame Options
Type: enum (of string)Must be one of:
- "SAMEORIGIN"
- "DENY"
- "ALLOW_ALL"
Kbdmap
Type: stringTimezone
Type: stringMust be at least 1
characters long
Usage Collection
Wizardshown
Type: booleanUsage Collection Is Set
Type: booleanDs Auth
Type: booleanControls whether configured Directory Service users that are granted with Privileges are allowed to log in to the
Required roles: SYSTEM_GENERAL_WRITE