Retrieve AWS keys
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/aws/awsAccountId/{awsAccountId}/region/{regionCode}/key
Retrieves a list of AWS keys from a specified region that belongs to a specified AWS account ID.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
regionCode |
string |
path |
True |
|
awsAccountId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
key |
array[key] |
False |
Example response
{
"key": [
{
"name": "string",
"id": "string",
"origin": "string"
}
]
}
Definitions
See Definitions
key
Name | Type | Required | Description |
---|---|---|---|
name |
string |
False |
|
id |
string |
False |
|
origin |
string |
False |