Get By Id 1 1

Get By Id 1 1

Retrieves an action entity with a specific ID

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions/{id}
COPY
Path Parameters
string
id
Required

ID of the action

Query Parameters
string
projectId
Optional

Project ID of action (required for non-system actions)

boolean
groupByProject
Required

groupByProject

integer
page
Optional
Constraints: minimum: 0 default: 0

Zero-based page index (0..N)

integer
size
Optional
Constraints: minimum: 1 default: 20

The size of the page to be returned

string of array
sort
Optional
Constraints: default: updatedMillis,DESC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

boolean
allProjects
Required

allProjects


Authentication
This operation uses the following authentication methods.
Responses
200

Action found

Operation doesn't return any data structure

401

Unauthorized to make the request

Returns Action of type(s) */*
"Action Object"
string As ^\S$|^\S(.){0,253}\S$
name
Required

name

object
metadata
Optional

metadata

string
runtime
Required

runtime

string
source
Optional
Constraints: minLength: 0 maxLength: 128000

source

string
entrypoint
Required
Constraints: minLength: 0 maxLength: 255

entrypoint

string
description
Optional
Constraints: minLength: 0 maxLength: 2000

description

object
inputs
Optional

inputs

integer As int32 As int32
memoryInMB
Optional

memoryInMB

integer As int32 As int32
prePolyglotMemoryLimitInMB
Optional

prePolyglotMemoryLimitInMB

boolean
showMemoryAlert
Optional

showMemoryAlert

integer As int32 As int32
timeoutSeconds
Optional

timeoutSeconds

string
dependencies
Optional
Constraints: minLength: 0 maxLength: 10000

dependencies

string As byte As byte
compressedContent
Optional

compressedContent

string
actionType
Required

actionType

Possible values are : SCRIPT, REST_CALL, REST_POLL, FLOW, VAULT, CYBERARK,
string
provider
Optional

provider

string
contentId
Optional

contentId

object
configuration
Optional

configuration

boolean
system
Optional

system

boolean
shared
Optional

shared

boolean
scalable
Optional

scalable

boolean
asyncDeployed
Optional

asyncDeployed

string
runtimeVersion
Optional

runtimeVersion

string
id
Optional

id

string
orgId
Required

orgId

string
projectId
Optional

projectId

string
selfLink
Optional

selfLink


404

Action not found

Returns Action of type(s) */*
"Action Object"
string As ^\S$|^\S(.){0,253}\S$
name
Required

name

object
metadata
Optional

metadata

string
runtime
Required

runtime

string
source
Optional
Constraints: minLength: 0 maxLength: 128000

source

string
entrypoint
Required
Constraints: minLength: 0 maxLength: 255

entrypoint

string
description
Optional
Constraints: minLength: 0 maxLength: 2000

description

object
inputs
Optional

inputs

integer As int32 As int32
memoryInMB
Optional

memoryInMB

integer As int32 As int32
prePolyglotMemoryLimitInMB
Optional

prePolyglotMemoryLimitInMB

boolean
showMemoryAlert
Optional

showMemoryAlert

integer As int32 As int32
timeoutSeconds
Optional

timeoutSeconds

string
dependencies
Optional
Constraints: minLength: 0 maxLength: 10000

dependencies

string As byte As byte
compressedContent
Optional

compressedContent

string
actionType
Required

actionType

Possible values are : SCRIPT, REST_CALL, REST_POLL, FLOW, VAULT, CYBERARK,
string
provider
Optional

provider

string
contentId
Optional

contentId

object
configuration
Optional

configuration

boolean
system
Optional

system

boolean
shared
Optional

shared

boolean
scalable
Optional

scalable

boolean
asyncDeployed
Optional

asyncDeployed

string
runtimeVersion
Optional

runtimeVersion

string
id
Optional

id

string
orgId
Required

orgId

string
projectId
Optional

projectId

string
selfLink
Optional

selfLink


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/abx/api/resources/actions/{id}?groupByProject=value&allProjects=v