調用ModifyEipAddressAttribute接口修改指定EIP的名稱、描述信息和帶寬峰值。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:ModifyEipAddressAttribute | update | *Address acs:vpc:{#regionId}:{#accountId}:eip/{#AllocationId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AllocationId | string | 是 | 需要修改的后付費類型 EIP 的 ID。 | eip-2zeerraiwb7uj6i0d**** |
Bandwidth | string | 否 | 需要修改 EIP 的帶寬峰值,取值:
| 100 |
RegionId | string | 否 | EIP 所屬的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
Name | string | 否 | 需要修改的 EIP 的名稱。 名稱長度為 0-128 個字符,不能以 | Test123 |
Description | string | 否 | 需要修改的 EIP 描述信息。 長度為 0-256 個字符,不能以 | abc |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | OrderError.EIP | The Account failed to create order. | 下單失敗 |
400 | InsufficientBalance.Eip | Your account does not have enough balance. | 賬戶余額不足,請先充值再操作。 |
400 | InvalidParameter | Specified value of "Bandwidth" is not supported. | 該帶寬不合法。 |
400 | Forbidden.ChargeTypeIsPrepaid | It?s forbidden to change prepaid EIP?s bandwidth by API. It can be changed on Aliyun web console. | - |
400 | IncorrectEipStatus | Current elastic IP status does not support this operation. | 指定的EIP狀態不支持此操作。 |
400 | InvalidParameter | The parameter is invalid. | 參數不合法。 |
400 | InvalidBandwidth.OutOfMaxTrafficBindedOnNatgw | The bandwidth is out of max traffic binded on natgw. | - |
400 | QuotaExceeded.LargeSpecEip | Elastic IP address with large spec quota exceeded. | - |
400 | InvalidEipAddressName.Malformed | The specified Name is not valid. | - |
400 | ResourceQueryError | The specified resource is queried error. | 查詢指定的資源時出錯。 |
400 | InvalidDescription.Malformed | Invalid description. | - |
400 | SYSTEM.UNKNOWN.ERROR | The Account failed to create order. | - |
400 | Abs.InvalidBandwidth.Malformed | Specified value of Bandwidth is not supported. | - |
400 | InvalidEIPStatus.BizDisabled | The EIP has been locked. | EIP實例被鎖定 |
400 | OperationFailed.SaleValidate | Validate sale condition with subArticle failed. | 使用子項目驗證銷售條件失敗。 |
400 | OperationFailed.SyncOrderToSub | SyncOrderToSub error. | 操作失敗 |
400 | COMMODITY.INVALID_COMPONENT | The instance component is invalid. | 銷售模塊參數不滿足約束檢查 |
400 | OperationFailed.CompleteUserInfo | Complete user info failed. | - |
400 | OperationFailed.ConcurrentRequest | Operation failed because concurrent request. | - |
400 | IncorrectStatus.ResourceStatus | Resource status is abnormal for renew. | - |
400 | Forbidden.FinancialLocked | The ip business status is invalid. | 該實例已欠費鎖定,無法操作 |
400 | MissingParam.InstanceId | The parameter InstanceId is mandatory. | 物理專線實例ID必須填寫。 |
404 | InvalidAllocationId.NotFound | Specified allocation id is not found. | 指定的公網 IP 不存在,請您檢查填寫的公網 IP 是否正確。 |
404 | Forbidden.InCommonBandwidthPackage | Specified allocation ID in common bandwidth package. | - |
404 | Forbidden.RegionNotFound | Specified region is not found during access authentication. | 指定 Region 不存在,請您檢查該 Region 是否正確。 |
500 | InternalError | The request processing has failed due to some unknown error. | 請求處理由于某些未知錯誤失敗。 |
500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-11-09 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-07-24 | OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更 | 查看變更詳情 |