Get By Id Using GET 1

Get By Id Using GET 1

Retrieves an action run entity with a specific ID

Request
URI
GET
https:////api.mgmt.cloud.vmware.com/abx/api/resources/action-runs/{id}
COPY
Path Parameters
string
id
Required

ID of the action run


Responses
200

Action run found

Returns ActionRun of type(s) application/json
{
    "actionId": "string",
    "actionType": "string",
    "actionVersionId": "string",
    "actionVersionName": "string",
    "createdMillis": "integer",
    "endTimeMillis": "integer",
    "errorMessage": "string",
    "id": "string",
    "logs": "string",
    "name": "string",
    "orgId": "string",
    "projectId": "string",
    "provider": "string",
    "runState": "string",
    "runtime": "string",
    "source": "string",
    "startTimeMillis": "integer",
    "system": "boolean",
    "timeoutSeconds": "integer"
}
string
actionId
Optional

ID of the action

string
actionType
Optional

Type of the action

string
actionVersionId
Optional

ID of the action version used for the execution

string
actionVersionName
Optional

Name of the action version used for the execution

object
configuration
Optional

Configuration of the action run for specific providers

integer As int64 As int64
createdMillis
Optional

Creation time in millis

integer As int64 As int64
endTimeMillis
Optional

Completion time in millis

string
errorMessage
Optional

Error message in case the run completed with an error

string
id
Optional

ID of the resource

object
inputs
Optional

Input parameters of the action

string
logs
Optional

Action run logs

string
name
Optional

Name of the resource

string
orgId
Optional

Org ID of the resource

object
outputs
Optional

Output parameters generated by the action

string
projectId
Optional

Project Id of the action (required for non-system actions)

string
provider
Optional

Provider used for code execution

string
runState
Optional

State of the action run

string
runtime
Optional

Runtime of the action run (python, nodejs, etc...)

string
source
Optional

Source used for the execution

integer As int64 As int64
startTimeMillis
Optional

Start time in millis

boolean
system
Optional

system

integer As int32 As int32
timeoutSeconds
Optional

Timeout in seconds for execution


404

Action run not found

Operation doesn't return any data structure