获取 UDPN 价格-GetUDPNPrice

获取 UDPN 价格

Request Parameters

Parameter nameTypeDescriptionRequired
Peer1string专线可用区1,支持地域:北京二:cn-bj2, 上海二:cn-sh2, 广东:cn-gd, 亚太: hk, 上海一:cn-sh1, 法兰克福:ge-fra, 新加坡:sg, 洛杉矶:us-la, 华盛顿:us-ws, 东京:jpn-tkyYes
Peer2string专线可用区2,支持地域:北京二:cn-bj2, 上海二:cn-sh2, 广东:cn-gd, 亚太: hk, 上海一:cn-sh1, 法兰克福:ge-fra, 新加坡:sg, 洛杉矶:us-la, 华盛顿:us-ws, 东京:jpn-tkyYes
Bandwidthint带宽信息Yes
ChargeTypestring计费类型No
Quantityint购买时长No
Regionstring地域, Peer1或者Peer2No
两个端点peer1和peer2之间的线路不一定支持,调用GetUDPNLineList查询支持线路

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
PurchaseValueint资源有效期 unix 时间戳Yes
Pricefloat专线价格Yes

Request Example

http(s)://api.ucloud.cn/?Action=GetUDPNPrice
&Region=cn-bj2&Peer1=cn-bj2&Peer2=cn-gd&Bandwidth=2&ChargeType=Month&Quantity=1

Response Example

{
    "Action": "GetUDPNPriceResponse",
    "Price": 200,
    "PurchaseValue": 1511491209,
    "RetCode": 0
}