VMware Cloud Community
Uday_Mantri
Enthusiast
Enthusiast

How to run Embedded vRO Workflow using API?

Hi Team,

We are using vRA 7.5 with a embedded vRO and multi tenancy. How we can execute a vRO which is a part of a tenant using its API. We are not sure of the URL and best suitable method to run. We tried the same for an external vRO and were not facing any issues as there is no concept of multi tenancy in it but unable to do so for embedded vRO. Please guide us. We are trying to use powershell to hit the API.

Regards,

Uday Mantri

Tags (2)
0 Kudos
1 Reply
inevp
Enthusiast
Enthusiast

I think you should be using the same URL (/workflows/{workflowId}/executions) but with a prefix like this /org/{id}/workflows/{workflowId}/executions where the {id} is the tenant's ID.

0 Kudos