調用AllocateEipAddressPro申請指定的EIP,可用于特定的網絡配置需求。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:AllocateEipAddressPro | update | *Address acs:vpc:{#regionId}:{#accountId}:eip/* |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 要指定申請的 EIP 所在的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
IpAddress | string | 否 | 要指定申請的 EIP 的 IP 地址。 IpAddress 和 InstanceId 參數僅需傳入一個,如果都不傳,系統會隨機申請 EIP。 | 192.0.XX.XX |
InstanceId | string | 否 | 要指定申請的 EIP 的實例 ID。 IpAddress 和 InstanceId 參數僅需傳入一個,如果都不傳,系統會隨機申請 EIP。 | eip-25877c70gddh**** |
Bandwidth | string | 否 | 要指定申請的 EIP 的帶寬峰值,單位:Mbps。
默認值:5Mbps。 | 5 |
Period | integer | 否 | 購買時長。
如果 InstanceChargeType 參數的值為 PrePaid 時,該參數必選。 如果 InstanceChargeType 參數的值為 PostPaid 時,該參數不填。 | 1 |
ISP | string | 否 | 線路類型。取值:
關于 BGP(多線)線路和 BGP(多線)_精品線路的更多信息,請參見 EIP 線路類型。
| BGP |
Netmode | string | 否 | 網絡類型,僅取值為 public(默認值),表示公網。 | public |
AutoPay | boolean | 否 | 是否自動付費,取值:
當 InstanceChargeType 參數的值為 PrePaid 時,該參數必選;當 InstanceChargeType 參數的值為 PostPaid 時,該參數可不填。 | true |
PricingCycle | string | 否 | 包年包月的計費周期,取值:
當 InstanceChargeType 參數的值為 PrePaid 時,該參數必選;當 InstanceChargeType 參數的值為 PostPaid 時,該參數可不填。 | Month |
InstanceChargeType | string | 否 | 要指定申請的 EIP 的計費方式,取值:
當 InstanceChargeType 取值為 PrePaid 時,InternetChargeType 必須取值 PayByBandwidth。 當 InstanceChargeType 取值為 PostPaid 時,InternetChargeType 可取值 PayByBandwidth 或 PayByTraffic。 | PostPaid |
InternetChargeType | string | 否 | 要指定申請的 EIP 的計量方式,取值:
當 InstanceChargeType 取值為 PrePaid 時,InternetChargeType 必須取值 PayByBandwidth。 當 InstanceChargeType 取值為 PostPaid 時,InternetChargeType 可取值 PayByBandwidth 或 PayByTraffic。 | PayByBandwidth |
ResourceGroupId | string | 否 | 要指定申請的 EIP 所屬的資源組 ID。 | rg-resourcegroup**** |
ClientToken | string | 否 | 客戶端 Token,用于保證請求的冪等性。 從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符。 說明
若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
| 0c593ea1-3bea-11e9-b96b-88e9fe6**** |
SecurityProtectionTypes | array | 否 | 安全防護級別。
您最多可以為 10 個 EIP 設置安全防護級別。 | |
string | 否 | 安全防護級別。
您最多可以為 10 個 EIP 設置安全防護級別。 | AntiDDoS_Enhanced | |
PublicIpAddressPoolId | string | 否 | pippool-2vc0kxcedhquybdsz**** |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF",
"OrderId": 20190000,
"ResourceGroupId": "rg-resourcegroup****",
"EipAddress": "192.0.XX.XX",
"AllocationId": "eip-25877c70gddh****"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | FrequentPurchase.EIP | eip frequent purchase | - |
400 | COMMODITY_NO_EXIST | commodity is not exist | - |
400 | QuotaExceeded.Eip | Elastic IP address quota exceeded | - |
400 | InvalidParameter | Specified value of "InternetChargeType" is not valid | - |
400 | InvalidParameter | Specified value of "Bandwidth" is not valid. | 該帶寬不合法。 |
400 | InsufficientBalance | Your account does not have enough balance. | 賬戶余額不足,請先充值再操作。 |
400 | QuotaExceeded.Eip | Elastic IP address quota exceeded. | 彈性公網IP的個數超過額度限制,如果您有更多額度的需求,建議您考慮使用NAT網關。 |
400 | ReserveIpFail | Reserve eip failed. | EIP預留失敗。 |
400 | InvalidRegion.NotSupport | The specified region does not support. | 該 RegionId 不支持此操作。 |
400 | InvalidBandwidth.Malformed | The specified Bandwidth is invalid. | - |
400 | INSTANCE_TYPE_NOT_SUPPORT | The instance type is invalid. | - |
400 | QueryParameter.Illegal | query parameter illegal | - |
400 | SYSTEM.UNKNOWN.ERROR | The Account failed to create order. | - |
400 | TokenVerfiy.Failed | token verify failed. | - |
400 | OrderFailed | The Account failed to create order. | - |
400 | QuotaExceeded.LargeSpecEip | Elastic IP address with large spec quota exceeded. | - |
400 | InvalidResourceGroupId | The specified ResourceGroupId does not exist. | 資源組ID不存在。 |
400 | Invalid.Reserve.Ip | The reserve ip is invalid. | - |
400 | Ip.Allocated | The reserve ip has been allocated. | 已分配保留ip。 |
400 | Ip.Keeped | The reserve ip been keeped in an hour. | - |
400 | OperationFailed.AllocateUnfamiliarIp | The operation failed because only IP addresses used within the last seven days can be allocated. | 指定EIP申請只允許申請7天內使用過的IP |
400 | INVALID_INSTANCE_STATUS | The instance status is invalid. | - |
400 | OperationFailed.InstanceNotExist | Eip instanceId does not exist. | - |
400 | InvalidStatus.ValueNotSupported | The specified status is not supported. | - |
400 | OperationFailed.RiskControl | Risk control check failed. | 我們檢測到您的付款方式存在安全風險。請通過電子郵件或控制臺消息中的鏈接繼續驗證,并在驗證后重新提交訂單。 |
400 | OrderError.EIP | The Account failed to create order. | 下單失敗 |
400 | ResourceNotEnough.PublicIpAddressPool | The specified resource of PublicIpAddressPool is not enough. | - |
400 | Mismatch.IpAndPublicIpAddressPool | The Ip and PublicIpAddressPool are mismatched. | - |
400 | ResourceNotFound.PublicIpAddressPool | The specified resource of PublicIpAddressPool is not found. | - |
400 | ResourceNotFound.Ip | The specified ip is not found. | 找不到指定的IP。 |
400 | OperationDenied.IpBelongToOtherUser | The operation is not allowed because of ip belong to other user. | 申請失敗,該IP歸屬其他用戶 |
400 | IncorrectStatus.Ip | The status of ip is incorrect. | IP的狀態不正確。 |
400 | OperationFailed.IpIsLocked | The operation is failed because of ip is locked. | 申請失敗,IP已經被鎖定 |
400 | Mismatch.IpAndIsp | The specified IP address does not match the ISP. | 申請指定IP失敗,ISP和IP參數不匹配. |
400 | IncorrectStatus.PublicIpAddressPool | The status of PublicIpAddressPool is incorrect. | 地址池實例未處于穩態,不允許分配EIP。 |
400 | IllegalParam.IpAddress | The specified IpAddress (%s) is illegal. | IpAddress參數不合法 |
400 | OperationFailed.ResourceNotEnough | The resources you have applied for are insufficient. | 您申請的資源不足,如仍需申請,請提工單處理 |
400 | Mismatch.EipSecurityProtectionTypeAndPoolSecurityProtectionType | The EipSecurityProtectionType and PoolSecurityProtectionType are mismatched. | EIP安全防護類型與地址池安全防護類型不匹配。 |
400 | IllegalParam.Isp | The param of Isp [%s] is illegal. | 參數 Isp 不合法,請根據請求參數規定重新輸入。 |
403 | Forbidden | User not authorized to operate on the specified resource. | 您沒有權限操作指定資源,請申請權限后再操作。 |
404 | InvalidRegionId.NotFound | Specified value of "RegionId" is not supported. | 指定的 RegionId 不存在,請您檢查此產品在該地域是否可用。 |
404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | 指定的RegionId不存在。請檢查該參數是否正確。 |
404 | FUWU_BIZ_COMMODITY_VERIFY_FAIL | ????????, ????????PD. | - |
500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-07-16 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2024-01-22 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-10-19 | OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-07-06 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-05-15 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2022-12-02 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |