文档
测试

批量创建VM

POST
/api/vm/deploy/batch

接口描述

入参用,拼接到 url 后,表单(两种表单form-data,x-www-form-urlendoded 哪种都行),只要不是 json 就行

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
ids
string
员工 id,多个id用半角逗号分割
必填

响应参数

application/json
参数名
类型
描述
必填
code
number
200 - 成功;500 - 失败
必填