创建快照:

描述

创建一个快照。

语法
Method Url
GET /SnapshotCloneService?Action=CreateSnapshot&Version=0.0.6&User=test&File=test&Name=test
请求参数
名称 类型 是否必须 描述
Action string CreateSnapshot
Version string API版本号 0.0.6
User string 租户名称
File string 快照目标文件
Name string 快照文件名称
响应
名称 类型 描述
Code string 错误码
Message string 错误信息
RequestId string 请求ID
UUID string 快照唯一ID
示例

request

http://127.0.0.1:5555/SnapshotCloneService?Action=CreateSnapshot&Version=0.0.6&User=test&File=test&Name=test

response

  1. HTTP/1.1 200 OK
  2. Content-Length: xxx

{

​ “Code” : “0”,

​ “Message” : “Exec success.”,

​ “RequestId” : “xxx”

​ “UUID” : “xxx”

}

错误码

见最后一节错误码表。