本接口支持通过指定服务 ID 以及模板的 JSON 内容,来向该服务导入图片模板。
说明
该接口属于历史版本 API,建议您使用新版 CreateImageTemplatesByImport 接口。
注意
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
ServiceId | String | 是 | 模板导入目标服务 ID。 |
Rename | Bool | 否 | 模板名称冲突时是否重命名(增加版本号)。默认否,表示忽略重名模板,不执行导入。 |
Templates | Array of String | 是 | 待导入的模板 JSON 内容列表。 |
参数 | 类型 | 描述 |
---|---|---|
ImportResults | Array of ImportResults | 导入结果 |
参数 | 类型 | 描述 |
---|---|---|
TemplateName | String | 源模板名称。 |
Success | Bool | 导入是否成功。
|
ImportedName | String | 导入后模版名称。当Success 取值为true 时有值。 |
Msg | String | 导入失败原因。当Success 取值为false 时有值。 |
POST https://imagex.volcengineapi.com/?Action=CreateImageTemplatesByImport&Version=2018-08-01 { "ServiceId":"nn**0m", "Rename":true, "Templates":[ ] }
{ "ResponseMetadata":{ "RequestId":"202208251904550102081211031FE743B0", "Action":"CreateImageTemplatesByImport", "Version":"2018-08-01", "Service":"imagex", "Region":"cn-north-1" }, "Result":{ "ImportResults":[ { "TemplateName":"tplv-l7**px-17", "Success":true, "ImportedName":"tplv-l7**px-17" } ] } }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "CreateImageTemplatesByImport", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" "Error": { "Code": "", "Message": "" } } }