本接口支持通过指定服务 ID 以及待恢复的模板名称,恢复该服务回收站内对应的模板。当已经有同名模版的时候,此时恢复模版会递增版本号。
说明
该接口属于历史版本 API,建议您使用新版 CreateTemplatesFromBin 接口。
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
ServiceId | String | 是 | 服务 ID。 |
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
TemplateNames | Array of String | 是 | 待恢复模板名称。 说明 您可以通过调用获取回收站中所有模板获取所需的模板名称。 |
参数 | 类型 | 描述 |
---|---|---|
Results | Array of Result | 返回各模版恢复的结果。 |
参数 | 类型 | 描述 |
---|---|---|
BinName | String | 回收站中的模版名。 |
NewName | String | 恢复后的模版名。 |
Success | bool | 是否恢复成功。 |
POST https://imagex.volcengineapi.com/?Action=CreateTemplatesFromBin&Version=2018-08-01&ServiceId=xxxx { "TemplateNames": [ "tplv-xyz-xxx" ] }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "CreateTemplatesFromBin", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": { "Results": [ { "BinName": "tplv-xyz-xxx@2022-08-23T20:25:26+08:00", "NewName": "tplv-xyz-xxx", "Success": true } ] } }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "DeleteImageTemplate", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" "Error": { "Code": "DeleteTemplateFailure", "Message": "Service not found." } } }