Add AWS credentials
POST /aws-credentials/{accountId}
DEPRECATED Create AWS Credentials
Token usage: Cloud Manager user token.
|
|
This operation is deprecated. |
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
X-Service-Request-Id |
string |
header |
False |
|
x-simulator |
string |
header |
False |
|
accountId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
accessKey |
string |
True |
|
secretKey |
string |
True |
|
name |
string |
True |
Example request
{
"accessKey": "string",
"secretKey": "string",
"name": "string"
}
Error
Status: 410,