Authorize an external resource
Contributors
Suggest changes
POST /tenancy/authorize
Authorizes an external resource to perform specific actions.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
authorization |
string |
header |
True |
Authorization JWT access token |
X-User-Token |
string |
header |
False |
User JWT access token |
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
resourceIdentifier |
string |
True |
|
action |
string |
True |
|
accountId |
string |
False |
Example request
{
"resourceIdentifier": "string",
"action": "string",
"accountId": "string"
}
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
agentId |
string |
False |
|
resourceIdentifier |
string |
False |
|
resourceType |
string |
False |
|
resourcePublicId |
string |
False |
|
accountPublicId |
string |
False |
|
agentIds |
array[string] |
False |
Example response
{
"agentId": "string",
"resourceIdentifier": "string",
"resourceType": "string",
"resourcePublicId": "string",
"accountPublicId": "string",
"agentIds": [
"string"
]
}
Definitions
See Definitions
body
Name | Type | Required | Description |
---|---|---|---|
resourceIdentifier |
string |
True |
|
action |
string |
True |
|
accountId |
string |
False |