The following operation components have options that allow multiple input parameters to be specified:
Get value using SNMP:oid
Set value using SNMP:oid,value,type
Send SNMP trap:oid,value,type
Execute Web service:parametername,parametervalue,returnpropname
Check that the service has started: service
Start the server: hostname,ipmiipaddress,ipmiusername,ipmipassword
Stop the server: hostname,ipmiipaddress,ipmiusername,ipmipassword
Stop OS: hostname,ostype,username,password,execusername
Restart OS: hostname,ostype,username,password,execusername
Start virtual server: "servername"
Stop virtual server: "servername"
Restart virtual server: "servername"
Build virtual server: network,serveripaddress
Stop the virtual server on the VM host: vmhost
Set the maintenance mode of the VM host: vmhost
Stop the VM host forcibly: vmhost
Check whether the server is running normally: service,port
Disable server monitoring:deterrenceipaddress,deterrencehostname
Ger performance counter:perfcounterpath
Check operating status of node: hostname
Check whether connection to the port is possible: "port"
Set the operating system network: dns,wins
Install OS update:mod_patchfilename,wsus_patchno, yum_packagename
Register Schedule Definitions: param
Specify these parameters in CSV format.
The specification for CSV format is shown below.
Columns are separated using commas (",").
If data includes commas (",") or double quotes ("), enclose the entire data specified for the column in double quotes ("). In addition, if data includes double quotes ("), enter two consecutive double quotes. Entering two consecutive double quotes expresses one double quote symbol.
Example 1: Specifying a comma (",") (expressing "service,F" for the last column for the "service" option)
"serviceA","serviceB","serviceC","serviceD","serviceE","service,F" |
Example 2: Specifying a double quote (") (expressing "service"F"" for the last column)
"serviceA","serviceB","serviceC","serviceD","serviceE","service""F""" |
To enter a default value, specify an empty string using either of the following formats:
Example 1: Enter nothing between separator commas. (When specifying the default value for the last two columns for the "ostype" option)
"Windows","Windows","Linux","Linux","Linux","Windows",, |
Example 2: Enter nothing between enclosing double quotes (When specifying the default value for the last two columns for the "ostype" option)
"Windows","Windows","Linux","Linux","Linux","Windows","","" |
It is not possible to insert linefeed characters within column data.
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) |