VMware Cloud Community
Tocano
Enthusiast
Enthusiast
Jump to solution

vRO 8.2 Call other actions from Powershell action

In a Javascript action, I can call another action with:

System.getModule("[moduleName]").[actionName]()

Is it possible to do similar in a Powershell action?

 

0 Kudos
1 Solution

Accepted Solutions
maverix7
VMware Employee
VMware Employee
Jump to solution

Not possible with native methods, but you can achieve it by calling vRO's REST API back. some discussion on the topic here https://communities.vmware.com/t5/vRealize-Orchestrator/How-to-access-vRO8-Configuration-Assets-in-a...

View solution in original post

1 Reply
maverix7
VMware Employee
VMware Employee
Jump to solution

Not possible with native methods, but you can achieve it by calling vRO's REST API back. some discussion on the topic here https://communities.vmware.com/t5/vRealize-Orchestrator/How-to-access-vRO8-Configuration-Assets-in-a...