获取升级价格-GetUDPNUpgradePrice
获取专线升级价格
Request Parameters
Parameter name | Type | Description | Required |
UDPNId | string | 专线带宽资源 Id | Yes |
Bandwidth | int | 带宽 | Yes |
ProjectId | string | 项目ID,不填为默认项目 | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
Price | float | 升级后的价格 | Yes |
Request Example
http(s)://api.ucloud.cn/?Action=GetUDPNUpgradePrice &UDPNId=udpn-l5m15x &Bandwidth=6
Response Example
{ "Action": "GetUDPNUpgradePriceResponse", "Price": 226.24, "RetCode": 0 }