VMware Cloud Community
nef_user
Enthusiast
Enthusiast
Jump to solution

vRO 8 - REST API

Hello,

I'm trying to start a workflow execution using the rest api. I've noticed that the URL has changed at vRO8. The URL now is:

api/org/{id}/workflows/{workflowId}/executions

What is the {id} value?

I was able to anwser an user interaction using the api, but when I try to start a workflow I get error 500. The workflow does not have input parameters.

Any ideas?

Thanks.

0 Kudos
1 Solution

Accepted Solutions
iiliev
VMware Employee
VMware Employee
Jump to solution

Hi,

Actually, the API hasn't changed in vRO 8. This one (and other APIs that have /org/{id} in their path) has leaked in documentation at some point.

To start a workflow execution, you should use the same API endpoint as in 7.x - api/workflows/{workflowId}/executions

View solution in original post

0 Kudos
2 Replies
iiliev
VMware Employee
VMware Employee
Jump to solution

Hi,

Actually, the API hasn't changed in vRO 8. This one (and other APIs that have /org/{id} in their path) has leaked in documentation at some point.

To start a workflow execution, you should use the same API endpoint as in 7.x - api/workflows/{workflowId}/executions

0 Kudos
nef_user
Enthusiast
Enthusiast
Jump to solution

Hi,

Thank you.

It's working now.

0 Kudos