{
"name": "test0948",
"algorithm": "lc",
"regionID": "TestRegionID",
"vpcID": "vpc-g6s2b67n5g",
"description": "test",
"clientToken": "sint exercitation"
}
curl --location --request POST '/v4/elb/create-target-group' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "test0948",
"algorithm": "lc",
"regionID": "TestRegionID",
"vpcID": "vpc-g6s2b67n5g",
"description": "test",
"clientToken": "sint exercitation"
}'
{
"description": "成功 X-Trace-ID-->8597785fb69636d0",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [
{
"ID": "tg-78dye64lhb"
}
],
"statusCode": 800
}