分配 UDPN 专线-AllocateUDPN

分配一条 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计费类型,枚举值为: Year,按年付费; Month,按月付费; Dynamic,按需付费No
Quantityint计费时长,默认 1No
CouponIdstring代金劵No
ProjectIdstring项目id,若不填为默认项目idNo
Regionstring地域, Peer1或者Peer2No
两个端点peer1和peer2之间的线路不一定支持,调用GetUDPNLineList查询支持线路

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
UDPNIdstring资源名称Yes

Request Example

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

Response Example

{
    "Action": "AllocateUDPNResponse",
    "UDPNId": "udpn-3hxduk",
    "RetCode": 0
}