Get By Id Using GET 2

Get By Id Using GET 2

Retrieves an action template entity with a specific ID

Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/abx/api/resources/action-templates/{id}
COPY
Path Parameters
string
id
Required

ID of the action template


Responses
200

Action template found

Returns ActionTemplate of type(s) application/json
{
    "actionType": "string",
    "createdMillis": 0,
    "dependencies": "string",
    "description": "string",
    "id": "string",
    "name": "string",
    "orgId": "string",
    "runtime": "string",
    "source": "string"
}
string
actionType
Optional

Type of the action

Possible values are : SCRIPT, REST_CALL, REST_POLL, FLOW,
integer As int64 As int64
createdMillis
Optional

Creation time in millis

string
dependencies
Optional

Dependencies needed for the code execution

string
description
Optional

Description of the action

string
id
Optional

ID of the resource

object
inputs
Optional

Map defining the inputs of the action

string
name
Optional

Name of the resource

string
orgId
Optional

Org ID of the resource

string
runtime
Optional

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

string
source
Optional

Source of the action as string


404

Action template not found

Operation doesn't return any data structure