VMware vRealize Network Insight — Question 38
A vRealize Automation administrator wants to run a vRealize Orchestrator workflow immediately after a virtual machine has been given an IP address by using a vSphere customization specification configured in a blueprint.
Which event subscription machine provisioning state should the administrator use to achieve this?
Answer options
- A. CloneWorkflow.CustomizeMachine
- B. VMPSMasterWorkflow32.MachineActivated
- C. CloneWorkflow.CustomizeOS
- D. VMPSMasterWorkflow32.RegisterMachine
Correct answer: D
Explanation
The correct answer is D, as the 'VMPSMasterWorkflow32.RegisterMachine' event occurs after the machine has been provisioned and is ready for further actions like executing workflows. Options A and C are related to the customization of the machine but do not reflect the state after the IP assignment. Option B refers to a state that occurs later in the process and is not suitable for immediate execution after IP assignment.