Get Action Execution Result

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


Authentication
This operation uses the following authentication methods.
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}