阿里云服务器CopyImage-[云淘科技_教程]

调用CopyImage复制一个地域下的自定义镜像到其他地域。复制镜像可以实现跨地域部署ECS实例、跨地域复制ECS实例等目的。

接口说明

您可以在其他地域使用复制后的镜像创建ECS实例(RunInstances),或者更换实例的系统盘(ReplaceSystemDisk)。

调用该接口时,您需要注意:

  • 自定义镜像的状态必须为可用(Available)。
  • 源自定义镜像可以是您账号下的自定义镜像或者其他人共享给您的镜像,不能跨账号复制。
  • 复制镜像期间,您无法删除复制后的镜像(DeleteImage),但是您可以取消复制任务(CancelCopyImage)。
  • 同一个地域下同时只能有一个镜像复制任务运行,其余任务需要排队等待上一个任务完成后再依次排队执行。
  • 您可以通过ResourceGroupId参数指定复制后的镜像所属的资源组。如果不设置ResourceGroupId参数值,复制后的镜像属于默认资源组。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称

类型

是否必选

示例值

描述

Action String CopyImage

系统规定参数。取值:CopyImage

DestinationImageName String YourImageName

复制后的镜像的名称。长度为2~128个字符。必须以大小写字母或中文开头,也不能以aliyunacs:开头,不能包含http://或者https://。可以包含数字、半角句号(.)、半角冒号(:)、下划线(_)或者短划线(-)。

DestinationDescription String This is a description example.

复制后的镜像的描述信息。长度为2~256个英文或中文字符,不能以http://https://开头。

ImageId String m-bp1h46wfpjsjastc****

源自定义镜像的ID。

RegionId String cn-hangzhou

源自定义镜像的地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。

DestinationRegionId String cn-shanghai

复制到目标地域的ID。

Encrypted Boolean false

是否加密复制后的镜像。

  • true:加密。
  • false:不加密。

默认值:false。

KMSKeyId String e522b26d-abf6-4e0d-b5da-04b7******3c

加密镜像使用的密钥ID。

EncryptAlgorithm String hide 说明 该参数暂未开放使用。
ResourceGroupId String rg-bp67acfmxazb4p****

复制后的镜像的资源组ID。如果不设置该参数值,复制后的镜像属于默认资源组。

说明 如果您当前使用的是RAM用户调用该接口,且ResourceGroupId取值为空,您需要注意,当RAM用户没有默认资源组权限时,调用接口会返回报错信息Forbidden: User not authorized to operate on the specified resource。请您设置RAM用户支持的资源组ID或者通过相应阿里云账号为该RAM用户授予默认资源组权限后,再次调用该接口。

Tag.N.KeyStringTestKey

复制后的镜像的标签键。N的取值范围为1~20。一旦传入该值,则不允许为空字符串。最多支持128个字符,不能以aliyunacs:开头,不能包含http://https://

Tag.N.Value String TestValue

复制后的镜像的标签值。N的取值范围为1~20。一旦传入该值,可以为空字符串。最多支持128个字符,不能以acs:开头,不能包含http://https://

返回数据

名称

类型

示例值

描述

ImageId String m-bp1h46wfpjsjastd****

复制后的镜像的ID。

RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

请求ID。

示例

请求示例

http(s)://ecs.aliyuncs.com/?Action=CopyImage
&ImageId=m-bp1h46wfpjsjastc****
&RegionId=cn-hangzhou
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml


    C8B26B44-0189-443E-9816-D951F59623A9
    m-bp1h46wfpjsjastd****

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "C8B26B44-0189-443E-9816-D951F59623A9",
  "ImageId" : "m-bp1h46wfpjsjastd****"
}

错误码

HttpCode

错误码

错误信息

描述

400 InvalidDescription.Malformed The specified destination description is wrongly formed. 指定的资源描述格式不合法。长度为 2-256 个字符,不能以 http:// 和 https:// 开头。
400 SourceRegion.NotFound The source region not found. 指定的源镜像的地域不存在。
400 DestinationRegion.NotFound The destination region not found. 未找到目的地域
400 IncorrectImageStatus The image not available. 指定的镜像不可用。
400 InvalidSnapshotId.NotFound The specified SnapshotId does not exist. 指定的快照不存在,请您检查快照是否正确。
400 InvalidImageName.Duplicated The destination image is exist. 指定的镜像名已存在。
400 InvalidParameter.EncryptedIllegal The specified parameter Encrypted must be true when kmsKeyId is not empty. 设置参数 KMSKeyId 后,您必须开启加密属性。
400 OperationDenied.CommunityImage Community image does not support copy. 社区镜像不支持复制。
400 InvalidImageName.Malformed The specified destination image name is wrongly formed. 镜像名称不合法。限制条件请参见 DestinationImageName 参数说明。
400 InvalidParameter.KmsNotEnabled The specified operation need enable KMS. 当前操作需要开启KMS。
403 Forbbiden User not authorized to operate on the specified resource. 用户未被授权操作指定的资源。
403 QuotaExceed.Image The Image Quota exceeds. 自定义镜像额度已用完。
403 QuotaExceed.Snapshot The snapshot quota exceeds. 快照额度超过限制,若要存储新快照,在不影响业务的情况下,请您删除已有的老快照。
403 OperationDenied.ImageCopying The Image are coping. 正在复制镜像,请您稍后再试。
403 RegionNotSupportCopy The region not support copy. 指定的目标镜像地域或者源镜像所在地域暂时不支持镜像复制。
403 InvalidSnapshot.TooOld This operation is denied because the specified snapshot is created before 2013-07-15. 该操作被拒绝。因为指定的快照创建于 2013-07-15 之前。
403 OperationDenied The specified snapshot is not allowed to create image. 指定快照不允许创建镜像。
403 IncorrectDestinationRegion The destination region is not equal the target region. 复制镜像的源地域不能等于目标地域。
403 SizeExceed.Image The image exceeds the maximum size. Please open a ticket to add the account to the white list. 镜像的大小已超过可操作的最大值。
403 OperationDeined.EncryptedSnapshot The image contains encrypted snapshots, which do not support copying. 指定的镜像含有加密快照,不支持复制这种镜像。
403 OperationDenied.SameRegionOnly The image shared from others can not be copied to another region directly. 其他人分享的镜像不能复制到另一个地域。
403 OperationDenied.NotPublished The operation is denied because corresponding marketplace image is not published in destination region. 指定的操作无法执行,镜像的原始镜像来自云市场,并且未在目标地域发布。
403 OperationDeined.EncryptedSnapshot The image contains encrypted snapshots, which do not support copying to non-encrypted ones. 镜像包含加密快照,不支持复制到非加密快照。
403 InvalidParameter.KMSKeyId.CMKNotEnabled The CMK needs to be enabled. 加密云盘设置了 KMSKeyId 后,CMK必须处于启用状态。您可以调用密钥管理服务的 DescribeKey 接口查询指定CMK的相关信息。
403 InvalidParameter.KMSKeyId.KMSUnauthorized ECS service have no right to access your KMS. ECS 服务无权访问您的 KMS。
403 InvalidRegion.NotSupport The specified region does not support byok. 该地域不支持BYOK。
403 UserNotInTheWhiteList The user is not in byok white list. 您不在byok白名单中,请加入白名单后重试。
403 OperationDenied.KmsServiceUnauthorized The account is not authorized to kms service, please authorize it. 用户未授权kms服务,请先授权。
404 InvalidImageId.NotFound The specified ImageId does not exist. 指定的镜像在该用户账号下不存在,请您检查镜像 ID 是否正确。
404 InvalidParameter.KMSKeyId.NotFound The specified KMSKeyId does not exist. 指定的参数 KMSKeyId 不存在。
404 InvalidResourceGroup.NotFound The ResourceGroup provided does not exist in our records. 资源组并不在记录中。
500 InternalError The request processing has failed due to some unknown error, exception or failure. 内部错误,请重试。

访问错误中心查看更多错误码。

关于阿里云ecs服务器的内容没看懂? 不太想学习?想快速解决? 有偿解决: 联系专家

阿里云企业补贴进行中: 马上申请

腾讯云限时活动1折起,即将结束: 马上收藏

同尘科技为腾讯云授权服务中心。

购买腾讯云产品享受折上折,更有现金返利:同意关联,立享优惠

本文来自投稿,不代表新手站长_郑州云淘科技有限公司立场,如若转载,请注明出处:https://www.cnzhanzhang.com/9792.html

(0)
匿名
上一篇 2023年10月19日
下一篇 2023年10月19日

相关推荐

新手站长从“心”出发,感谢16年您始终不离不弃。