7.1

Table Of Contents
Before you use the ExecuteSshScript activity, you must first load the script that you want to execute
into the Model Manager using the CloudUtil File-Import command.
Table 815. ExecuteSshScript Activity Input Parameters
Argument Type Description
ScriptName String Name in the Model Manager of the script to execute.
Host String Server name against which to execute the script.
Username String Username to use in connecting to the host.
Password String Password to use in connecting to the host.
ScriptVersion Object (Optional) Version in the Model Manager of the script to execute.
Default is 0.0.
Timeout TimeSpan (Optional) Period of time after which execution of the script times
out. Default is 30 minutes.
Table 816. ExecuteSshScript Activity Output Parameters
Argument Type Description
EnvironmentVariables Dictionary<string, string> Script execution result if any.
GetMachineName
Gets a machine’s name.
Table 817. GetMachineName Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose name to retrieve.
Table 818. GetMachineName Activity Output Parameters
Argument Type Description
MachineName String Name of the machine identifed by MachineId.
GetMachineOwner
Gets the username of a machine’s owner.
Table 819. GetMachineOwner Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose owner to retrieve.
Table 820. GetMachineOwner Activity Output Parameters
Argument Type Description
Owner String Owner of the machine identified by MachineId, or null if there is
no owner.
Life Cycle Extensibility
VMware, Inc. 98