跳到主要内容

建立公網IP

描述

根據請求引數建立一個公網IP。

請求引數

引數名引數型別是否必填引數說明
ActionString操作方法:AllocateEips
RegionString機房標識,取值參見地域列表
PayTypeString付費型別。取值範圍:
  • PREPAID:包年包月
  • PROBATION:試用
  • PeriodInteger購買年限週期:
  • 包年包月,單位月,取值為1,2,3,4,5,6,7,8,9,12,24,36
  • 試用,單位天,取值為3
  • BandwidthIntegerIP頻寬,單位Mbps
    NameString公網IP名稱
    BandwidthPayTypeString網路計費型別。預設採用按頻寬計費,如果採用按流量計費則需要傳值;
  • DISCHARGE:按流量付費
  • EipTypeString網路型別:Oversea(海外)HKBGP(香港BGP),請參見地域列表獲取不同地域支援的網路型別; 不指定則採用地域預設的網路型別

    返回引數

    名稱型別說明
    ActionString執行的操作
    TaskIdString請求標識
    EipsList String公網ip列表

    請求示例

    https://api.yunpanel.com/v2/?Action=AllocateEips
    &Region=cn-wuxi1
    &Bandwidth=2
    &PayType=PREPAID
    &Period=2
    &<公共請求引數>

    返回示例

    {
    "code": 10000,
    "message": "",
    "data": {
    "TaskId": "39d8h20170828142655782",
    "Action": "AllocateEips",
    "TotalCount": 0,
    "Eips": [
    {
    "IpAddress": "172.16.27.178",
    "Id": "eip-g78hh7seql23i",
    "DueTime": "2017-10-28T14: 26: 56 +0800"
    }
    ]
    }
    }