{
"ecID":"82c40584-fe8f-49b0-9e09-ef915caeee10",
"ecName": "cloud-high-20241115",
"ecDescription": "cloud-high-20241115-1"
}
curl --location --request POST '/v4/ec/express-connect/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"ecID":"82c40584-fe8f-49b0-9e09-ef915caeee10",
"ecName": "cloud-high-20241115",
"ecDescription": "cloud-high-20241115-1"
}'
{
"description": "成功 X-Trace-ID-->4c05a8de521b570b",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"ecID": "82c40584-fe8f-49b0-9e09-ef915caeee10",
"ecName": "cloud-high-20241115",
"ecDescription": "cloud-high-20241115-1",
"status": 2,
"createDate": "2024-11-15 15:27:35",
"project": ""
},
"statusCode": 800
}