The host name or IP of the computer to connect to.
The type of the script specified in the Inline Script field. Select from bean shell script (.bsh) and JavaScript (.js). If this field is left blank, the operator defaults to .bsh.
This operator provides two methods to provide the script: inline or as an expression. Select this check box to provide the script inline.
The script, written in bean shell or javascript, uses the conn object and its API as follows:
The APIs that the conn object exposes are detailed in Run SSH Script Operator Inline Script APIs.
Provides the script as an expression. See the Inline Script field for information about the script itself.
The CA Process Automation parameters to pass to the script. Only simple CA Process Automation parameter types can be passed to the script as follows:
Complex CA Process Automation parameters types (indexed types, ValueMaps, and so on) cannot be passed to the script.
The script can access these objects through the args array of objects, where args[0] corresponds to the first parameter in the list, args[1] corresponds to the second parameters, and so on.
The names of the variables, created in the script, to save in the operator dataset at the end of the execution of the script.
The variables must be defined in the scope of the script so they are visible at the end of the execution and can be saved in the operator’s dataset.
The output variables are saved as follows:
|
Copyright © 2014 CA.
All rights reserved.
|
|