Get Action Execution Result
Retrieves the result of a given asynchronous action execution
Request
URI
GET
https://{api_host}/vco/api/actions/runs/{executionId}
COPY
Path Parameters
string
executionId
Required
executionId
Responses
200
The request is successful
Returns
WsActionExecutionResult
of type(s)
application/json
{
"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
Optional
value
string
As ^[\p{L}_$][\p{L}0-9_$]*$
name
Required
name
string
type
Optional
type
string
description
Optional
description
string
scope
Optional
scope
Possible values are :
local,
token,
boolean
updated
Optional
updated
string
errorMessage
Optional
errorMessage
string
state
Optional
state
Possible values are :
canceled,
completed,
running,
suspended,
waiting,
waiting-signal,
failed,
initializing,
boolean
debugging
Optional
debugging
integer As int32
As int32
errorLineNumber
Optional
errorLineNumber
boolean
encrypt-value
Optional
encrypt-value
string
execution-id
Optional
execution-id
401
The user is not authorized
Returns
WsActionExecutionResult
of type(s)
application/json
"WsActionExecutionResult Object"
value
Optional
value
string
As ^[\p{L}_$][\p{L}0-9_$]*$
name
Required
name
string
type
Optional
type
string
description
Optional
description
string
scope
Optional
scope
Possible values are :
local,
token,
boolean
updated
Optional
updated
string
errorMessage
Optional
errorMessage
string
state
Optional
state
Possible values are :
canceled,
completed,
running,
suspended,
waiting,
waiting-signal,
failed,
initializing,
boolean
debugging
Optional
debugging
integer As int32
As int32
errorLineNumber
Optional
errorLineNumber
boolean
encrypt-value
Optional
encrypt-value
string
execution-id
Optional
execution-id
404
The requested action execution was not found
Returns
WsActionExecutionResult
of type(s)
application/json
"WsActionExecutionResult Object"
value
Optional
value
string
As ^[\p{L}_$][\p{L}0-9_$]*$
name
Required
name
string
type
Optional
type
string
description
Optional
description
string
scope
Optional
scope
Possible values are :
local,
token,
boolean
updated
Optional
updated
string
errorMessage
Optional
errorMessage
string
state
Optional
state
Possible values are :
canceled,
completed,
running,
suspended,
waiting,
waiting-signal,
failed,
initializing,
boolean
debugging
Optional
debugging
integer As int32
As int32
errorLineNumber
Optional
errorLineNumber
boolean
encrypt-value
Optional
encrypt-value
string
execution-id
Optional
execution-id
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/actions/runs/{executionId}
Actions Service Operations
PUT
Update Action
GET
Get Debug Info
PUT
Execute Debugger Operation
POST
Control Debugger
GET
List All Actions
POST
Create Action
GET
Download Action Bundle
POST
Update Action Bundle
DELETE
Delete Action Bundle
POST
Execute Action By Name
POST
Execute Action By Id
GET
Download Action Icon
GET
Export Action Logs 1
GET
Get Action
GET
Get Action 1
DELETE
Delete Action 1
GET
Find Action Dependencies
GET
Get Action Execution Result
DELETE
Cancel Action Run