创建分区

fabu/create

发送参数

参数名
类型
描述
必填
partition_id
Int
分区ID
必填
partition_name
String
分区名称
必填
template_id
Int
模板ID
必填
template_version
Int
模板版本
必填
engine_version
Int
引擎版本
必填
version_zip_path
String
版本压缩包路径
必填
start
Int
创建成功后是否启动分区,默认:0,0:false,1:true
可选
api_url
String
API_URL
必填

发送示例

```json { "partition_id": "8", "partition_name": "分区一区", "template_id": 2, "template_version": 1, "engine_version": 2020110215, "version_zip_path": "version_files/1_097beb22230824910517cdaaa2bc382d.zip", "start": 1, "api_url": "http://lu.ooen.cn/api/" } ```