创建RBM实例
POST
/product/rbm最后修改时间: 3 个月前
请求参数
Body 参数application/json
duration
enum<integer>
必需
枚举值:
13612
node_uuid
string
可选
指定节点(管理员可用)(暂时无用)
os_id
integer
必需
plan_id
integer
可选
try
boolean
可选
with_coupon_id
integer
可选
with_eip_flags
enum<string>
可选
枚举值:
us_ddosip
with_eip_num
integer
可选
>= 1
示例
{
"duration": 1,
"node_uuid": "string",
"os_id": 0,
"plan_id": 0,
"try": true,
"with_coupon_id": 0,
"with_eip_flags": "us_ddosip",
"with_eip_num": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 3 个月前