7.3

Table Of Contents
GetMachineProperties
Gets the list of custom properties associated with a machine.
Table 147. GetMachineProperties Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose properties to retrieve.
Table 148. GetMachineProperties Activity Output Parameters
Argument Type Description
Properties Dictionary<string, string> List of the machine’s properties. Values are returned
decrypted if they were stored encrypted.
GetMachineProperty
Gets the value of the specied property for a machine.
Table 149. GetMachineProperty Activity Input Parameters
Argument Type Description
MachineId Guid The machine from which to retrieve a property.
PropertyName String Name of the property whose value to return.
IsRequired bool If the property is required and is not found the activity
throws an exception, otherwise returns null.
Table 150. GetMachineProperty Activity Output Parameters
Argument Type Description
PropertyValue String
Value of the property specied by PropertyName. The
value is returned decrypted if it was stored encrypted.
GetScriptFromName
Gets the contents of the script stored in the Model Manager under the specied name.
Table 151. GetScriptFromName Activity Input Parameters
Argument Type Description
ScriptName String Name in the Model Manager of the script to retrieve.
ScriptVersion Object (Optional) Version in the Model Manager of the script to
retrieve. Default is 0.0.
Table 152. GetScriptFromName Activity Output Parameters
Argument Type Description
ScriptContent String
Contents of the script identied by ScriptName.
Chapter 1 Life Cycle Extensibility
VMware, Inc. 79