6.2
Table Of Contents
- Machine Extensibility
- Contents
- Machine Extensibility
- Updated Information for Machine Extensibility
- Machine Extensibility Overview
- Extending Machine Lifecycles By Using vRealize Orchestrator
- Extending Machine Lifecycles By Using vRealize Automation Designer
- Extending Machine Lifecycles By Using vRealize Automation Designer Checklist
- Installing and Configuring vRealize Automation Designer
- Customizing IaaS Workflows By Using vRealize Automation Designer
- Workflows and Distributed Execution Management
- CloudUtil Command Reference
- vRealize Automation Workflow Activity Reference
Table 6‑16. ExecuteSshScript Activity Output Parameters
Argument Type Description
EnvironmentVariables Dictionary<string, string> Script execution result if any.
GetMachineName
Gets a machine’s name.
Table 6‑17. GetMachineName Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose name to retrieve.
Table 6‑18. 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 6‑19. GetMachineOwner Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose owner to retrieve.
Table 6‑20. GetMachineOwner Activity Output Parameters
Argument Type Description
Owner String Owner of the machine identified by MachineId, or null if there is
no owner.
GetMachineProperties
Gets the list of custom properties associated with a machine.
Table 6‑21. GetMachineProperties Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose properties to retrieve.
Table 6‑22. 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.
Machine Extensibility
VMware, Inc. 61