创建游戏云
POST
/product/rgs/最后修改时间: 1 个月前
请求参数
Body 参数application/json
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
必需
cpu_limit_mode
boolean
可选
duration
enum<integer>
必需
枚举值:
13612-1
egg_type_id
integer
游戏类型
node_uuid
string
可选
指定节点(管理员可用)
os_id
integer
可选
panel_user
string
游戏云面板用户
pay_mode
enum<string>
必需
枚举值:
daymonth
plan_id
integer
可选
subtype
enum<string>
必需
枚举值:
kvmpteromcsm
try
boolean
可选
with_coupon_id
integer
可选
with_eip_flags
enum<string>
可选
是否开启高防,us_ddosip -> 美国高防,nb_ddosip -> 宁波高防
枚举值:
nb_ddosip
with_eip_num
integer
可选
zone
string
内网可用区
示例
{
"config": {
"allocation": 0,
"backup": 0,
"base_disk": 0,
"cpu": 0,
"data_disk": 0,
"database": 0,
"memory": 0,
"net_in": 0,
"net_out": 0
},
"cpu_limit_mode": true,
"duration": 1,
"egg_type_id": 0,
"node_uuid": "string",
"os_id": 0,
"panel_user": "string",
"pay_mode": "day",
"plan_id": 0,
"subtype": "kvm",
"try": true,
"with_coupon_id": 0,
"with_eip_flags": "nb_ddosip",
"with_eip_num": 0,
"zone": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前