创建快照:
描述
创建一个快照。
语法
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
HTTP/1.1 200 OK
Content-Length: xxx
{
“Code” : “0”,
“Message” : “Exec success.”,
“RequestId” : “xxx”
“UUID” : “xxx”
}
错误码
见最后一节错误码表。