帮助与文档

我们为你提供丰富、详尽的使用指南以及产品文档

CaptureInstanceFromSnapshot

将指定备份导出为映像。请注意,此备份点必须为主机的备份点才能导出为映像。

Request Parameters

Parameter name Type Description Required
snapshot String 备份 ID Yes
image_name String 映像名称 No
image_encryption Integer 映像加密开关: 关闭:0,开启:1,默认:继承 snapshot resource 加密配置 No
cipher_alg String 加密使用的算法类型:
目前仅支持 aes256,默认:继承 snapshot resource 加密算法配置
No
zone String 区域 ID,注意要小写 Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
job_id String Job ID
image_id String 新的映像 ID
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request

https://api.qingcloud.com/iaas/?action=CaptureInstanceFromSnapshot
&snapshot=ss-webd026j
&image_name=image_from_snapshot
&zone=gd2
&COMMON_PARAMS

Example Response:

{
  "action":"CaptureInstanceFromSnapshotResponse",
  "image_id":"img-nbgxbejb",
  "job_id":"j-2h1syb70",
  "ret_code":0
}