Update AWS Cloud Account Async
Update AWS cloud account
Cloud account id
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
AWS cloud account details to be updated
Show optional properties
{
"name": "string"
}
{
"name": "string",
"description": "string",
"accessKeyId": "ACDC55DB4MFH6ADG75KK",
"secretAccessKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"iamRoleArn": "arn:aws:iam::<account>:role/AriaAuto",
"trustedAccount": true,
"regions": [
{
"name": "eu-west-1",
"externalRegionId": "eu-west-1"
}
],
"createDefaultZones": true,
"tags": [
{
"key": "env",
"value": "dev"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Aws Access key ID
Aws Secret Access Key
Aws ARN role to be assumed by Aria Auto account
Create the account as trusted.
A set of regions to enable provisioning on.Refer to /iaas/api/cloud-accounts/region-enumeration.
Create default cloud zones for the enabled regions.
A set of tag keys and optional values to set on the Cloud Account
Accepted
"RequestTracker Object"
Progress of the request as percentage.
Status message of the request.
Status of the request.
Collection of resources.
Name of the operation.
ID of this request.
Self link of this request.
ID of the deployment, this request is connected to.
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}'