{
"regionID": "nm8",
"ecID": "993b4ac0-1689-4bbf-b5a9-bb5b622c9c18",
"cgwID": "1c45806e-5b98-4350-9975-59cb760195a0",
"rtbID": "55c116d5-db22-4673-a733-a192ea565ad1",
"routeCIDR": "192.168.2.1/24",
"nexthopID": "b4f7d293-f51f-41e2-8f7c-f80ecc195b7c",
"routeDescription": "Lorem",
"nexthopType": "1"
}
curl --location --request POST '/v4/ec/route/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"ecID": "993b4ac0-1689-4bbf-b5a9-bb5b622c9c18",
"cgwID": "1c45806e-5b98-4350-9975-59cb760195a0",
"rtbID": "55c116d5-db22-4673-a733-a192ea565ad1",
"routeCIDR": "192.168.2.1/24",
"nexthopID": "b4f7d293-f51f-41e2-8f7c-f80ecc195b7c",
"routeDescription": "Lorem",
"nexthopType": "1"
}'
{
"description":"成功 X-Trace-ID-->2943b336933bae83",
"errorCode":"SUCCESS",
"message":"success",
"returnObj":{
"routeID":"6369d294-17fe-46c3-9c92-6da6f0650819"
},
"statusCode":800
}