克隆:

描述

从快照或镜像克隆一个文件。

语法
Method Url
GET /SnapshotCloneService?Action=Clone&Version=0.0.6&User=zjm&Source=/zjm/test1&Destination=/zjm/clone1&Lazy=true
请求参数
名称 类型 是否必须 描述
Action string Clone
Version string API版本号 0.0.6
User string 租户信息
Source string 镜像文件名或者快照UUID
Destination string 克隆目标文件名
Lazy bool 是否Lazy克隆
响应
名称 类型 描述
Code string 错误码
Message string 错误信息
RequestId string 请求ID
UUID string 克隆任务唯一ID
示例

request

  1. http://127.0.0.1:5555/SnapshotCloneService?Action=Clone&Version=0.0.6&User=zjm&Source=/zjm/test1&Destination=/zjm/clone1&Lazy=true
  2. response
  3. HTTP/1.1 200 OK
  4. Content-Length: xxx

{

​ “Code” : “0”,

​ “Message” : “Exec success.”,

​ “RequestId” : “xxx”,

​ “UUID” : “xxx”

}

错误码

见最后一节错误码表。