{
"regionID": "TestRegionID",
"azName": "az3",
"subnetID": "subnet-2zp3qpmp3w",
"ID": "e993eff4-12c3-23cf-6a5a-196bb235496a"
}
curl --location --request POST '/v4/ecs/attach-share-interface' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"azName": "az3",
"subnetID": "subnet-2zp3qpmp3w",
"ID": "e993eff4-12c3-23cf-6a5a-196bb235496a"
}'
{
"returnObj": {
"portID": "port-edy09l4fh4"
},
"statusCode": 800
}