VMware Cloud Community
AnotherPassword
Enthusiast
Enthusiast
Jump to solution

Capturing properties on state VMPSMasterWorkflow32.MachineActivated for post activation scripting

Once the vm is activated, I need to access the custom property values that the user selected in my custom form and I passed to the vm using vitualMachineAddorUpdateProperties to tie them to the build. Some of these properties are IP etc, but others are concerning 'add to solarwinds' and 'install av' etc.

VMPSMasterWorkflow32.MachineActivated only passed the 'base' properties and not the custom ones. It does have the requestID.

Is there a way on VMPSMasterWorkflow32.MachineActivated for me to use the requestID and lookup what the custom property values are?

Or how?

0 Kudos
1 Solution

Accepted Solutions
Zueritram
Enthusiast
Enthusiast
Jump to solution

Add the following Custom Property to the Blueprint in order to tell vRA to pass all (*) Properties to vRO for the Lifecycle State VMPSMasterWorkflow32.MachineActivated:

Name: Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.MachineActivated

Value: *

Cheers

View solution in original post

0 Kudos
1 Reply
Zueritram
Enthusiast
Enthusiast
Jump to solution

Add the following Custom Property to the Blueprint in order to tell vRA to pass all (*) Properties to vRO for the Lifecycle State VMPSMasterWorkflow32.MachineActivated:

Name: Extensibility.Lifecycle.Properties.VMPSMasterWorkflow32.MachineActivated

Value: *

Cheers

0 Kudos