Get By Id 1

Get By Id 1

Retrieves action constant by given id

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

id


Authentication
This operation uses the following authentication methods.
Responses
200

Action constant found

Returns ActionSecret of type(s) */*
{
    "id": "string",
    "name": "string",
    "createdMillis": 0,
    "orgId": "string",
    "value": {},
    "encrypted": false
}
string
id
Optional

id

string
name
Optional

name

integer As int64 As int64
createdMillis
Optional

createdMillis

string
orgId
Optional

orgId

object
value
Optional

value

boolean
encrypted
Optional

encrypted


404

Action constant not found

Returns ActionSecret of type(s) */*
"ActionSecret Object"
string
id
Optional

id

string
name
Optional

name

integer As int64 As int64
createdMillis
Optional

createdMillis

string
orgId
Optional

orgId

object
value
Optional

value

boolean
encrypted
Optional

encrypted


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/abx/api/resources/action-secrets/{id}