{
"regionID": "TestRegionID",
"securityGroupIDList": [
"sg-nsgrzc3j8o"
],
"name": "1122",
"maxCount": 1,
"minCount": 0,
"vpcID": "vpc-2nhtofxeb6",
"subnetIDList": [
"subnet-e5gk23cs1z"
],
"useLb": 2,
"moveOutStrategy": 1,
"recoveryMode": 1,
"healthMode": 1,
"healthPeriod": 300,
"configObj": {
"name": "config12",
"imageID": "0ff4e04a-239b-4cc3-b876-ef78",
"imageName": "teledb-mysql:2.7-v8-release",
"cpu": "1",
"memory": "10",
"useFloatings": 2,
"bandWidth": 2,
"billingMode": 1,
"loginMode": 1,
"username": "hybtest",
"password": "Hybtest123",
"keyPairID": "test_keypair_hybtest04",
"specName": "test",
"osType": 1,
"visibility": "0",
"securityGroupIDList": [
"sg-nsgrzc3j8o"
],
"volumes": [
[
"SAS",
40
],
[
"SATA",
20
]
]
}
}
curl --location --request POST '/v4/scaling/group/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"securityGroupIDList": [
"sg-nsgrzc3j8o"
],
"name": "1122",
"maxCount": 1,
"minCount": 0,
"vpcID": "vpc-2nhtofxeb6",
"subnetIDList": [
"subnet-e5gk23cs1z"
],
"useLb": 2,
"moveOutStrategy": 1,
"recoveryMode": 1,
"healthMode": 1,
"healthPeriod": 300,
"configObj": {
"name": "config12",
"imageID": "0ff4e04a-239b-4cc3-b876-ef78",
"imageName": "teledb-mysql:2.7-v8-release",
"cpu": "1",
"memory": "10",
"useFloatings": 2,
"bandWidth": 2,
"billingMode": 1,
"loginMode": 1,
"username": "hybtest",
"password": "Hybtest123",
"keyPairID": "test_keypair_hybtest04",
"specName": "test",
"osType": 1,
"visibility": "0",
"securityGroupIDList": [
"sg-nsgrzc3j8o"
],
"volumes": [
[
"SAS",
40
],
[
"SATA",
20
]
]
}
}'
{
"returnObj": {
"groupID": "b6933e90-6a47-11ed-9943-0242ac120003"
},
"statusCode": 800
}