{
"uuid": "string",
"name": "string",
"cpu": 0,
"memory": 0,
"spec_id": 0,
"spec_type": 0,
"spec_name": "string",
"spec_vm_uuid": "string",
"spec_classify": 0,
"zone_id": "string",
"visibility": 0,
"os_type": 0,
"image_id": "string",
"image_name": "string",
"volumes": [
[
"string"
]
],
"security_groups_id": [
"string"
],
"use_floatings": 0,
"billing_mode": 0,
"bandwidth": 0,
"login_mode": 0,
"username": "string",
"password": "string",
"key_pair_id": "string",
"os_id": "string",
"ct_user_id": 0,
"flavor_type": "string"
}
curl --location --request POST '/api/scaling_config/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"name": "string",
"cpu": 0,
"memory": 0,
"spec_id": 0,
"spec_type": 0,
"spec_name": "string",
"spec_vm_uuid": "string",
"spec_classify": 0,
"zone_id": "string",
"visibility": 0,
"os_type": 0,
"image_id": "string",
"image_name": "string",
"volumes": [
[
"string"
]
],
"security_groups_id": [
"string"
],
"use_floatings": 0,
"billing_mode": 0,
"bandwidth": 0,
"login_mode": 0,
"username": "string",
"password": "string",
"key_pair_id": "string",
"os_id": "string",
"ct_user_id": 0,
"flavor_type": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"id": "string"
}
]
}