Skip to content
Was this article helpful?

configVariable

Configuration Variables for use in configuration template

add configVariable

Use this operation to add config variable.

Synopsys

add configVariable [display_name=<string>] [values_enum=<string...>] [default_value=<string>] [description=<string>] [name=<string>] [parent_name=<string>] [values_enum_db=<string>] [required=(false | true)] [type=<string>] [parent_id=<string>]

Parameters

display_name

Display name of configuration variable

values_enum

Possible Values Enum for the configuration variable

default_value

Default Value of configuration variable

description

Description of configuration variable

name

Variable name

parent_name

values_enum_db

Comma seperated list of possible values of variable

required

If it is required argument for command then true else false.

type

Type of Variable

parent_id

Was this article helpful?