申请扩容
[TOC]
简要描述
- 申请扩容
请求URL
http://localhost:8188/cloudrender/application/applyExpansion?quotaSize=200
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
quotaSize | 是 | int | 申请扩容大小 |
返回示例
{
"code": 10000,
"state": true,
"data": null,
"message": "扩容申请成功",
"total": null
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
message | String | 扩容申请返回值 |
备注
- 更多返回错误代码请看首页的错误代码描述