文档
测试

获取模板列表

GET
/api/vm/template/list

请求参数

参数名
类型
描述
必填
vcenterIp
string
必填

说明 / 示例

```json { "code": 100, "data": [ { "id": "241bee74-eb5f-41cd-a987-12c4c0569c55", "name": "moban_test", "type": "ovf" }, { "id": "612bbd4c-bf55-42da-aef7-2dc984c07044", "name": "yingyongzu-moban", "type": "ovf" } ] } ```