修改加速线路带宽-ModifyUPathBandwidth
修改加速线路带宽
Request Parameters
Parameter name | Type | Description | Required |
ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 | Yes |
UPathId | string | UPath 加速线路实例Id | Yes |
Bandwidth | int | 带宽,单位Mbps 区间[1,800]。 | Yes |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
Request Example
https://api.ucloud.cn/?Action=ModifyUPathBandwidth &UPathId=upath-xxx &Bandwidth=10
Response Example
{ "Action": "ModifyUPathBandwidthResponse", "RetCode": 0 }