update-server-setting¶
- subtitle
Update the DWX server settings.
- version
0.9.126
Description¶
Update the DWX server settings. The input list of server settings will be updated accordingly (turns on if enabled: true is set, turns off if enabled: false is set). Some settings need further actions to be taken (e.g. recreating a Virtual Warehouse), this is indicated in the server setting list returned by the describe-server-setting functionality. This method can be used from DWX Private Cloud version 1.4.1.
Synopsis¶
update-server-setting
[--settings <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--settings
(array)
The list of the server setting updates.
Shorthand Syntax:
configurationKey=string,enabled=boolean ... (separate items with spaces)
JSON Syntax:
[
{
"configurationKey": "string",
"enabled": true|false
}
...
]
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Form Factors¶
private