{
"regionID": "TestRegionID",
"azName": "az1",
"name": "as-config-local001",
"imageID": "b78812b0-ff50-4816-b58f-5c4fbc230b08",
"bandWidth": 100,
"useFloatings": 2,
"billingMode": 1,
"loginMode": 2,
"username": "root",
"specName": "c6.large.2",
"volumes": [
[
"SAS",
40
]
],
"password": "root",
"keyPairID": "539b0666-d667-c71f-62b5-4db7a3cbdd59",
"securityGroupIDList": [
"sg-nd1h63d2j8"
]
}
curl --location --request POST '/v4/scaling/config-create' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"azName": "az1",
"name": "as-config-local001",
"imageID": "b78812b0-ff50-4816-b58f-5c4fbc230b08",
"bandWidth": 100,
"useFloatings": 2,
"billingMode": 1,
"loginMode": 2,
"username": "root",
"specName": "c6.large.2",
"volumes": [
[
"SAS",
40
]
],
"password": "root",
"keyPairID": "539b0666-d667-c71f-62b5-4db7a3cbdd59",
"securityGroupIDList": [
"sg-nd1h63d2j8"
]
}'
{
"returnObj": {
"id": "string"
},
"statusCode": 0,
"message": "string",
"description": "string",
"errorCode": "string"
}