Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

3.17 Notes on Specifying Multiple Input Parameters

The following operation components have options that allow multiple input parameters to be specified:

Specify these parameters in CSV format.

The specification for CSV format is shown below.

Refer to the reference sections for each operation component for information on the options that can be specified, the maximum number of parameters that can be specified, and the specification order.

The following examples use the "network" and "serveripaddress" options for the "Create virtual server" operation component.

Example: Specifying three network resource name/IP address pairs

Network environment

Network resource name

IP address

How to specify the "network" and "serveripaddress" options

Environment 1

network_a

192.0.2.0

network: network_a,network_b,network_c

serveripaddress:

192.0.2.0,192.0.2.1,192.0.2.2

Environment 2

network_b

192.0.2.1

Environment 3

network_c

192.0.2.2

Example: Specifying multiple instances of the same network resource name

Network environment

Network resource name

IP address

How to specify the "network" and "serveripaddress" options

Environment 1

network_a

192.0.2.0

network: network_a,network_b,network_b

serveripaddress:

192.0.2.0,192.0.2.1,192.0.2.2

Environment 2

network_b

192.0.2.1

Environment 3

network_b

192.0.2.2

Example: Omitting the IP address specification for the second network environment while specifying IP addresses for the first and third network environments

Network environment

Network resource name

IP address

How to specify the "network" and "serveripaddress" options

Environment 1

network_a

192.0.2.0

network: network_a,network_b,network_c

serveripaddress:

192.0.2.0,,192.0.2.2

Environment 2

network_b

(Not specified)

Environment 3

network_c

192.0.2.2

Example: Omitting the IP address specification for the first and second network environments while specifying an IP address for the third network environment

Network environment

Network resource name

IP address

How to specify the "network" and "serveripaddress" options

Environment 1

Network_a

(Not specified)

network: network_a,network_b,network_c

serveripaddress:

,, 192.0.2.2

Environment 2

Network_b

(Not specified)

Environment 3

Network_c

192.0.2.2

Example: Omitting the IP address specification for the first and third network environments while specifying an IP address for the second network environment

Network environment

Network resource name

IP address

How to specify the "network" and "serveripaddress" options

Environment 1

Network_a

(Not specified)

network: network_a,network_b,network_c

serveripaddress:

, 192.0.2.1

Environment 2

Network_b

192.0.2.1

Environment 3

Network_c

(Not specified)