{
"uuid": "string",
"name": "string",
"max_count": 0,
"min_count": 0,
"vpc_id": "string",
"subnet_id": [
"string"
],
"use_lb": 0,
"lb_list": [
{
"id": "string",
"lb_name": "string",
"host_group_id": "string",
"host_group_name": "string",
"port": 0,
"weight": 0
}
],
"move_out_strategy": 0,
"recovery_mode": 0,
"health_mode": 0,
"health_period": 0,
"config_id": "string",
"os_id": "string",
"ct_user_id": 0,
"security_groups_id": [
"string"
]
}
curl --location --request POST '/api/scaling_group/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"name": "string",
"max_count": 0,
"min_count": 0,
"vpc_id": "string",
"subnet_id": [
"string"
],
"use_lb": 0,
"lb_list": [
{
"id": "string",
"lb_name": "string",
"host_group_id": "string",
"host_group_name": "string",
"port": 0,
"weight": 0
}
],
"move_out_strategy": 0,
"recovery_mode": 0,
"health_mode": 0,
"health_period": 0,
"config_id": "string",
"os_id": "string",
"ct_user_id": 0,
"security_groups_id": [
"string"
]
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"id": "string"
}
]
}