{
"uuid": "string",
"os_id": "string",
"ct_user_id": 0
}
curl --location --request POST '/api/scaling/check_name/?ct_user_id=&os_id=&name=&scaling_type=&exclude_uuid=' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string",
"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": [
{
"result": true,
"err_msg": "string"
}
]
}