Reply to Message

View discussion in a popup

Replying to:
iiliev
VMware Employee
VMware Employee

Hi,

Operation URL should be /vco/api/workflows/{workfloid}/executions instead of /api/workflows/{workflowid}/executions

The URL without /vco/ prefix was used in vCO 5.1 and in newer vRO it is still there but just redirects (for clients that are able to follow redirects properly) to the new URL. That's why you are getting status 302 (Found)

View solution in original post