Comment

How would i get an existing dynamic object via a script? I see my dynamic objects and can select them but im not able to create a workflow to create a new object with the output of the workflow being the new dynamic object as its dynamic object type. I can create the type but i don't see how i can get the dynamic object programatically. Am I missing something?

For example i have a vRA ASD Service Blueprint that calls a vRO workflow that builds a Veeam job via Powershell (it cant be done through REST). After the job completes i filter through the Server.findAllForType Objects to find one that matches the name of my newly created job (powershell doesn't properly return the ID of the new job). I grab the job ID from that but then im stuck. I cant figure out how to use that ID to grab the actual DynamicTypes:Veeam.job type to return to vRA to be provisioned as a vRA Item.