Create a parameter settings definition for defining parameters that can be configured in the software. Use the parameter settings definition management command (swcfmg_param_settingdef) to create a parameter settings definition. To associate the software and parameter settings definitions, use the command to associate software and parameter definitions (swcfmg_param_defassoc). Refer to "Chapter 5 Command Reference" for information on the commands.
The knowledge required to create this parameter settings definition is explained below:
Parameter settings definition
Specify the list of parameters (key name, type, and default value), method, and script package for this parameter settings definition.
Parameter types
The parameter type can be specified as boolean, number, string, string array, or map.
Variables that can be specified as values
Variables can also be specified as the default value.
Parameter settings scripts
Parameters are configured in the software using a parameter settings script. This script is forwarded to the server and runs on it.
Package files
The parameter settings script is converted to a package file compressed in ZIP format and then associated with the parameter settings definition.
Association with the software
Although the parameter settings definition defines the parameters that can be configured in the software, it does not specify the corresponding software. For this reason, the parameter settings definition must be associated with the software information.