获取升级价格-GetUDPNUpgradePrice

获取专线升级价格

Request Parameters

Parameter nameTypeDescriptionRequired
UDPNIdstring专线带宽资源 IdYes
Bandwidthint带宽Yes
ProjectIdstring项目ID,不填为默认项目No

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
Pricefloat升级后的价格Yes

Request Example

http(s)://api.ucloud.cn/?Action=GetUDPNUpgradePrice
&UDPNId=udpn-l5m15x
&Bandwidth=6

Response Example

{
    "Action": "GetUDPNUpgradePriceResponse",
    "Price": 226.24,
    "RetCode": 0
}