关闭共享带宽-ReleaseShareBandwidth
关闭共享带宽
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 地域 | Yes |
ProjectId | string | 项目ID,例如"org-xxxxxx",默认为当前项目 | No |
ShareBandwidthId | string | 共享带宽ID | Yes |
EIPBandwidth | int | 关闭共享带宽后,各EIP恢复为的带宽值 | Yes |
PayMode | string | Bandwidth 带宽计费, Traffic 转流量计费 | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
Request Example
https://api.ucloud.cn/?Action=ReleaseShareBandwidth &Region=cn-bj2 &ShareBandwidthId=bwshare-fvdr45 &EIPBandwidth=2
Response Example
{ "Action": "ReleaseShareBandwidthResponse", "RetCode": 0 }