curl --location --request GET '/v4/bandwidth/list?regionID='
{
"currentCount": 1,
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [
{
"bandwidth": 20,
"eips": [
{
"eipID": "",
"ip": "100.124.29.201"
}
],
"id": "bandwidth-09e95kv8cs",
"name": "bandwith-20230404-1455",
"resourceId": "c1990fc5d43f46cbbeb33700f400f5e7",
"status": "ACTIVE"
}
],
"statusCode": 800,
"totalCount": 1,
"totalPage": 1
}