{
"groupID": "2de02446-659c-11ed-a464-0242ac13000e",
"regionID": "TestRegionID",
"name": "update1110",
"maxCount": 20,
"minCount": 0,
"vpcID": "vpc-2nhtofxeb6",
"subnetIDList": [
"subnet-e5gk23cs1z"
],
"useLb": 2,
"moveOutStrategy": 1,
"recoveryMode": 1,
"healthMode": 1,
"healthPeriod": 400
}
curl --location --request POST '/v4/scaling/group/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupID": "2de02446-659c-11ed-a464-0242ac13000e",
"regionID": "TestRegionID",
"name": "update1110",
"maxCount": 20,
"minCount": 0,
"vpcID": "vpc-2nhtofxeb6",
"subnetIDList": [
"subnet-e5gk23cs1z"
],
"useLb": 2,
"moveOutStrategy": 1,
"recoveryMode": 1,
"healthMode": 1,
"healthPeriod": 400
}'
{
"returnObj": {
"groupID": "2de02446-659c-11ed-a464-0242ac13000e"
},
"statusCode": 800
}