I used to run some operations in ManageIQ through automate simulation, which is available from UI. I'd like to find a way to reproduce these operations from rails console.
For example operations for Instance management - migrate
, evacuate
or relocate
instance.
How do I make it?