All Products
Search
Document Center

Virtual Private Cloud:ModifyEipAddressAttribute

Last Updated:Jul 10, 2024

Modifies the name, description, and maximum bandwidth of an elastic IP address (EIP).

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AllocationIdstringYes

The ID of the pay-as-you-go EIP.

eip-2zeerraiwb7uj6i0d****
BandwidthstringNo

The new maximum bandwidth of the EIP. Valid values:

  • 1 to 200 if the metering method is pay-by-data-transfer. Unit: Mbit/s.
  • 1 to 500 if the metering method is pay-by-bandwidth. Unit: Mbit/s.
100
RegionIdstringNo

The region ID of the EIP.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
NamestringNo

The new name of the EIP.

The name must be 1 to 128 characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-).

Test123
DescriptionstringNo

The new description of the EIP.

The description must be 2 to 256 characters in length and start with a letter. The description cannot start with http:// or https://.

abc

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

0ED8D006-F706-4D23-88ED-E11ED28DCAC0

Examples

Sample success responses

JSONformat

{
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}

Error codes

HTTP status codeError codeError messageDescription
400OrderError.EIPThe Account failed to create order.Failed to place the order.
400InsufficientBalance.EipYour account does not have enough balance.Your account balance is insufficient. Top up your account and try again.
400InvalidParameterSpecified value of "Bandwidth" is not supported.The specified bandwidth value is invalid.
400Forbidden.ChargeTypeIsPrepaidIt?s forbidden to change prepaid EIP?s bandwidth by API. It can be changed on Aliyun web console.-
400IncorrectEipStatusCurrent elastic IP status does not support this operation.You cannot perform the operation when the specified EIP is in the current state.
400InvalidParameterThe parameter is invalid.The parameter value is invalid.
400InvalidBandwidth.OutOfMaxTrafficBindedOnNatgwThe bandwidth is out of max traffic binded on natgw.-
400QuotaExceeded.LargeSpecEipElastic IP address with large spec quota exceeded.-
400InvalidEipAddressName.MalformedThe specified Name is not valid.-
400ResourceQueryErrorThe specified resource is queried error.An error occurred while querying the specified resource.
400InvalidDescription.MalformedInvalid description.-
400SYSTEM.UNKNOWN.ERRORThe Account failed to create order.-
400Abs.InvalidBandwidth.MalformedSpecified value of Bandwidth is not supported.-
400InvalidEIPStatus.BizDisabledThe EIP has been locked.The error message returned because the EIP is locked.
400OperationFailed.SaleValidateValidate sale condition with subArticle failed.Failed to validate the sales condition with a subproject.
400OperationFailed.SyncOrderToSubSyncOrderToSub error.The operation failed.
400COMMODITY.INVALID_COMPONENTThe instance component is invalid.-
400OperationFailed.CompleteUserInfoComplete user info failed.-
400OperationFailed.ConcurrentRequestOperation failed because concurrent request.-
400IncorrectStatus.ResourceStatusResource status is abnormal for renew.-
400Forbidden.FinancialLockedThe ip business status is invalid.The error message returned because the instance has overdue payments.
404InvalidAllocationId.NotFoundSpecified allocation id is not found.The error message returned because the specified EIP does not exist. Check whether the value of the parameter is valid.
404Forbidden.InCommonBandwidthPackageSpecified allocation ID in common bandwidth package.-
404Forbidden.RegionNotFoundSpecified region is not found during access authentication.The specified region does not exist. Check whether the specified region ID is valid.
500InternalErrorThe request processing has failed due to some unknown error.An unknown error occurred.
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.An internal error occurred.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-09The Error code has changedView Change Details
2023-07-24API Description Update. The Error code has changedView Change Details