恢复:

描述

从快照恢复一个文件。

语法
Method Url
GET /SnapshotCloneService?Action=Recover&Version=0.0.6&User=zjm&Source=de06df66-b9e4-44df-ba3d-ac94ddee0b28&Destination=/zjm/recover1&Lazy=true
请求参数
名称 类型 是否必须 描述
Action string Recover
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=Recover&Version=0.0.6&User=zjm&Source=de06df66-b9e4-44df-ba3d-ac94ddee0b28&Destination=/zjm/recover1&Lazy=true
  2. response
  3. HTTP/1.1 200 OK
  4. Content-Length: xxx

{

​ “Code” : “0”,

​ “Message” : “Exec success.”,

​ “RequestId” : “xxx”,

​ “UUID” : “xxx”

}

错误码

见最后一节错误码表。