升级
POST
/product/rgs/{id}/scale最后修改时间: 1 个月前
请求参数
Path 参数
id
string
必需
Body 参数application/json
dest_config
object (productM.EConfig)
必需
allocation
integer
可选
backup
integer
可选
base_disk
integer
必需
cpu
integer
必需
data_disk
integer
可选
database
integer
可选
memory
integer
必需
net_in
integer
可选
net_out
integer
必需
dest_plan
integer
为0时代表不变
with_coupon_id
integer
可选
示例
{
"dest_config": {
"allocation": 0,
"backup": 0,
"base_disk": 0,
"cpu": 0,
"data_disk": 0,
"database": 0,
"memory": 0,
"net_in": 0,
"net_out": 0
},
"dest_plan": 0,
"with_coupon_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前