Copies the specified image from one region to another region
POST/v1/clouds/aws/regions/:region/copydefaultimages
Copies the specified image from one region to another region
Request
Path Parameters
Region to copy AWS image from
Header Parameters
Scope the request to the specified project uid
- application/json
Body
Request payload to copy the AWS image
AWS image ami name
awsAccount
object
AWS cloud account which includes access key and secret key in case of 'secret' credentials type. It includes policyARNS, ARN and externalId in case of sts. Partition is a group of AWS Region and Service objects
AWS account access key
Possible values: [secret
, sts
]
Default value: secret
Allowed Values [secret, sts]. STS type will be used for role assumption for sts type, accessKey/secretKey contains the source account, Arn is the target account.
Possible values: [aws
, aws-us-gov
]
Default value: aws
AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values
List of policy ARNs required in case of credentialType sts.
AWS account secret key
sts
object
AWS STS credentials in case of credentialType sts, will be empty in case of credential type secret
Arn for the aws sts credentials in cloud account
ExternalId for the aws sts credentials in cloud account
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
OperationId for a particular sync operation id
{
"operationId": "string"
}