Application template parameter groups

The IBM® Spectrum Conductor application template includes parameter groups to instantiate the application template.

The parameter_groups section allows you to group input parameters together. For example:
parameter_groups:
    label: Login information
    description: Parameters that define external system login information
    parameters:
       - user_name
       - password

A parameter group can consist of the following required and optional attributes:

label

Description: Parameter group name that appears in the Application Instance wizard.

Required or optional: Required

Example: Login information

description

Description: Parameter description that appears in the Application Instance wizard.

Required or optional: Required

Example: Parameters that define external system login information

parameters

Description: Parameters that are associated with the parameter group.

Required or optional: Optional

Example: user_name