7.3

Table Of Contents
ExecuteSshScript
Executes an SSH script stored in the model manager under the specied name.
Before you use the ExecuteSshScript activity, you must rst load the script that you want to execute into the
Model Manager using the CloudUtil File-Import command.
Table 141. 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 142. ExecuteSshScript Activity Output Parameters
Argument Type Description
EnvironmentVariables Dictionary<string, string> Script execution result if any.
GetMachineName
Gets a machine’s name.
Table 143. GetMachineName Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose name to retrieve.
Table 144. 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 145. GetMachineOwner Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose owner to retrieve.
Table 146. GetMachineOwner Activity Output Parameters
Argument Type Description
Owner String
Owner of the machine identied by MachineId, or null if
there is no owner.
Life Cycle Extensibility
78 VMware, Inc.