Execute Action By Id
Runs an action with given id
actionId
expand
{
"executionId": "string",
"parameters": [
{
"value": {
"type": "string",
"id": "string",
"displayValue": "string",
"href": "string",
"objectType": "string"
},
"name": "string",
"type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
"description": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"profilerOptions": {
"enabled": false,
"debuggerEnabled": false,
"tokenReplayEnabled": false
},
"breakpoints": [
{
"workflowId": "string",
"elementName": "string",
"lineNumber": 0,
"active": false
}
],
"async-execution": false
}
executionId
parameters
profilerOptions
breakpoints
async-execution
The request is successful
{
"value": {
"0": "s",
"1": "d",
"2": "k",
"3": "-",
"4": "o",
"5": "b",
"6": "j",
"7": "e",
"8": "c",
"9": "t",
"10": " ",
"11": "O",
"12": "b",
"13": "j",
"14": "e",
"15": "c",
"16": "t",
"objectType": "string"
},
"name": "string",
"type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
"description": "string",
"scope": "string",
"updated": false,
"errorMessage": "string",
"state": "string",
"debugging": false,
"errorLineNumber": 0,
"encrypt-value": false,
"execution-id": "string"
}
Value can be one of the following types: sdk-object, string, properties, number, array, mime-attachment, date, boolean, composite
name
type
description
scope
updated
errorMessage
state
debugging
errorLineNumber
encrypt-value
execution-id
The user is not authorized
"WsActionExecutionResult Object"
Value can be one of the following types: sdk-object, string, properties, number, array, mime-attachment, date, boolean, composite
name
type
description
scope
updated
errorMessage
state
debugging
errorLineNumber
encrypt-value
execution-id
Can not find an action with the specified id
"WsActionExecutionResult Object"
Value can be one of the following types: sdk-object, string, properties, number, array, mime-attachment, date, boolean, composite
name
type
description
scope
updated
errorMessage
state
debugging
errorLineNumber
encrypt-value
execution-id
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/actions/{actionId}/executions