Run Workflow
Start Workflow Run.
Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/vro/runs
COPY
Request Body
execution-context
of type(s)
application/json
Required
{
"executionId": "string",
"workflowId": "string",
"parameters": [
{
"name": "string",
"type": "string",
"description": "string",
"scope": "string"
}
],
"constraint": {
"conditions": [
{
"type": "string",
"enforcement": "string",
"occurrence": "string",
"expression": {
"propertyName": "string",
"propertyType": "string",
"matchValue": "string",
"matchType": "string",
"range": {
"type": "string",
"min": {},
"max": {},
"isMinInclusive": false,
"isMaxInclusive": false,
"precisionStep": 0
},
"sortOrder": "string"
}
}
]
},
"projectId": "string",
"actionName": "string"
}
string
executionId
Optional
executionId
string
workflowId
Optional
workflowId
array of
object
parameters
Optional
parameters
object
constraint
Optional
constraint
string
projectId
Optional
projectId
string
actionName
Optional
actionName
Responses
202
Accepted
Operation doesn't return any data structure
400
Bad Request
Returns
ServiceErrorResponse
of type(s)
*/*
"ServiceErrorResponse Object"
string
message
Optional
message
integer As int32
As int32
messageId
Optional
messageId
array of
string
stackTrace
Optional
stackTrace
integer As int32
As int32
statusCode
Optional
statusCode
integer As int32
As int32
errorCode
Optional
errorCode
403
Forbidden
Returns
BriefServiceErrorResponse
of type(s)
*/*
"BriefServiceErrorResponse Object"
string
message
Optional
message
404
Not Found
Returns
BriefServiceErrorResponse
of type(s)
*/*
"BriefServiceErrorResponse Object"
string
message
Optional
message
409
Conflict
Returns
BriefServiceErrorResponse
of type(s)
*/*
"BriefServiceErrorResponse Object"
string
message
Optional
message
417
Expectation Failed
Returns
BriefServiceErrorResponse
of type(s)
*/*
"BriefServiceErrorResponse Object"
string
message
Optional
message
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vro/runs
Workflow Run Operations
GET
Workflow Run Get All
POST
Run Workflow
GET
Workflow Run Logs Get By Run Id
GET
Workflow Run Get By Run Id