asurendra's Posts

You can probably look at configuring SNMP trap on the vcenter alarm definitions, then on vRO use run 'Register SNMP device' and use policy to trap SNMP message followed by invoking the workflow o... See more...
You can probably look at configuring SNMP trap on the vcenter alarm definitions, then on vRO use run 'Register SNMP device' and use policy to trap SNMP message followed by invoking the workflow on the onTrap event.
I think this is what you were looking for. vSphere WebClient homepage->choose vRealize Orchestrator->vRO Home and manage. There we have the tab “Context Actions”: https://www.viktorious.nl/2017... See more...
I think this is what you were looking for. vSphere WebClient homepage->choose vRealize Orchestrator->vRO Home and manage. There we have the tab “Context Actions”: https://www.viktorious.nl/2017/05/19/add-vro-workflows-to-the-context-menu-in-vcenter-server/
You can try the LockingSystem functionality in vro. LockingSystem.lockAndWait(object,owner); - Waits till lock is acquired. LockingSystem.lock(object,owner); - Returns true is lock is acquir... See more...
You can try the LockingSystem functionality in vro. LockingSystem.lockAndWait(object,owner); - Waits till lock is acquired. LockingSystem.lock(object,owner); - Returns true is lock is acquired. LockingSystem.unlock(object,owner); LockingSystem.retrieveAll();