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