7.1

Table Of Contents
GetMachineProperties
Gets the list of custom properties associated with a machine.
Table 821. GetMachineProperties Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose properties to retrieve.
Table 822. 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 specified property for a machine.
Table 823. 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 824. GetMachineProperty Activity Output Parameters
Argument Type Description
PropertyValue String Value of the property specified 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 specified name.
Table 825. 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 826. GetScriptFromName Activity Output Parameters
Argument Type Description
ScriptContent String Contents of the script identified by ScriptName.
Life Cycle Extensibility
VMware, Inc. 99