{
"os_id": "string",
"ct_user_id": 0
}
curl --location --request POST '/api/scaling/created_num/' \
--header 'Content-Type: application/json' \
--data-raw '{
"os_id": "string",
"ct_user_id": 0
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"scaling_group_count": 0,
"scaling_config_count": 0,
"scaling_rule_count": 0
}
]
}