{
"add_disk_size": 0,
"app_vars": [
{
"app_id": 0,
"retry": true,
"vars": {
"property1": "string",
"property2": "string"
}
}
],
"duration": 1,
"node_uuid": "string",
"os_id": 0,
"plan_id": 0,
"try": true,
"with_coupon_id": 0,
"with_eip_flags": "string",
"with_eip_num": 0,
"with_eip_type": "string",
"zone": "string"
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rcs/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"add_disk_size": 0,
"app_vars": [
{
"app_id": 0,
"retry": true,
"vars": {
"property1": "string",
"property2": "string"
}
}
],
"duration": 1,
"node_uuid": "string",
"os_id": 0,
"plan_id": 0,
"try": true,
"with_coupon_id": 0,
"with_eip_flags": "string",
"with_eip_num": 0,
"with_eip_type": "string",
"zone": "string"
}'
{}