{
"duration": 1,
"ipmi_address": "string",
"node_uuid": "string",
"os_id": 0,
"plan_id": 0,
"rhs_code": "string",
"rhs_deploy": true,
"try": true,
"with_coupon_id": 0,
"with_eip_flags": "string",
"with_eip_num": 1
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rbm/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"duration": 1,
"ipmi_address": "string",
"node_uuid": "string",
"os_id": 0,
"plan_id": 0,
"rhs_code": "string",
"rhs_deploy": true,
"try": true,
"with_coupon_id": 0,
"with_eip_flags": "string",
"with_eip_num": 1
}'
{}