Associates a high-availability virtual IP address (HAVIP) with an Elastic Compute Service (ECS) instance or an elastic network interface (ENI).
Operation description
When you call this operation, take note of the following limits:
-
An HAVIP immediately takes effect after it is associated. You do not need to restart the ECS instance. However, you must associate the HAVIP with the ENI of the ECS instance.
-
The HAVIP and ECS instance must belong to the same vSwitch.
-
You can associate an HAVIP with at most two ECS instances.
-
The ECS instance must be in the Running or Stopped state.
-
The HAVIP must be in the Available or InUse state.
-
The AssociateHaVip operation is asynchronous. After you send the request, the system returns a request ID. However, the operation is still being performed in the system background. You can call the DescribeHaVips operation to query the status of an HAVIP:
- If the HAVIP is in the Associating state, the HAVIP is being associated.
- If the HAVIP is in the InUse state, the HAVIP is associated.
-
You cannot repeatedly call the AssociateHaVip operation to associate an HAVIP within the specified period of time.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vpc:AssociateHaVip | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters. Note
If you do not set this parameter, the system uses RequestId as ClientToken. The value of RequestId in each API request may be different.
| 0c593ea1-3bea-11e9-b96b-88e9fe63**** |
RegionId | string | Yes | The ID of the region to which the HAVIP belongs. You can call the DescribeRegions operation to query the most recent region list. | cn-shanghai |
HaVipId | string | Yes | The ID of the HAVIP. | havip-2zeo05qre24nhrqpy**** |
InstanceId | string | Yes | The ID of the ECS instance to be associated with the HAVIP. | i-faf344422ffsfad**** |
InstanceType | string | No | The type of the instance to be associated with the HAVIP. Valid values:
| EcsInstance |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C44F62BE-9CE7-4277-B117-69243F3988BF"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | OperationUnsupported.BindOnFreeNetworkInterface | The network interface must be attached to an ECS instance. | The ENI must be associated with an ECS instance. |
400 | OperationUnsupported.BindMultipleType | You cannot bind HaVip to multiple instance types. | You cannot associate the ECS instance and the ENI at the same time. |
400 | OperationUnsupported.BindOnMultipleVswitch | The bound instance and HaVip must be on the same vSwitch. | The instance to be associated and the HAVIP must belong to the same vSwitch. |
400 | InvalidVip.Status | vip invalid status | - |
400 | IncorrectHaVipStatus | HaVip can be operated by this action only when it's status is Available or InUse. | The operation supports only HAVIPs in the Available or InUse state. |
400 | IncorrectInstanceStatus | ECS instance can be operated by this action only when it?s status is Running or Stopped. | - |
400 | CountLimitExceed.HaVipOnInstance | The amount of HaVip associated with the specified Instance reach its limits. | The number of HAVIPs has reached the upper limit. |
400 | CountLimitExceeded.HaVipOnECSInstance | The amount of Instance associated with the specified HaVip reach its limits. | The number of HAVIPs has reached the upper limit. |
400 | OperationFailed.DistibuteLock | Distibute lock fail. | The operation is locked by another request; |
400 | InvalidNetworkInterfaceId.NotFound | The network interface is not found. | The ENI does not exist. |
400 | OperationFailed.QueryNetworkInterfaceInfo | Failed to query network interface information. | The system failed to query ENI information. |
400 | IllegalParam.InstanceType | The specified instance type is invalid. Only ECS instances and network interface are allowed. | The type of the associated instance does not support this operation. |
400 | OperationUnsupported.BindOnSameEcs | You cannot bind two network interfaces on the same ECS instance. | You are not allowed to associate two ENIs of the same ECS instance. |
400 | OperationUnsupported.HavipBindType | You cannot bind HAVIP to network interface in the specified region. | You are not allowed to associate ENIs in the specified region. |
400 | InvalidInstance.NotExist | InvalidInstance.NotExist : The specified Instance does not exist in the specified region. i-bp136w25mhx503ptilrh\r\nRequestId : A961CC27-D797-4E16-B1B3-19B9ECBA1495 | - |
400 | OperationDenied.BindOnSameEcs | The operation is not allowed because networkinterface bind on same instance. | - |
400 | Forbidden.HaVip | No permissions to perform operations on HAVIPs. Please apply for privilege--vpc_privilege_allow_buy_havip_instance. | The error message returned because you do not have the permissions to manage the HAVIP. Go to the Quota Center page to acquire the permissions. |
400 | InvalidInstanceId.NotFound | The specified Instance does not exist in the specified region. | The instance does not exist in the region. |
400 | ResourceNotFound.EcsInstance | The specified resource of ECS instance is not found. | - |
404 | InvalidHaVip.Exist | haVip already bind exist. | - |
404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | The RegionId parameter is set to an invalid value. Specify a valid value and try again. |
404 | InvalidHaVipId.NotFound | The specified HaVip does not exist in the specified region. | The specified HAVIP does not exist in the specified region. Check whether the specified region is correct. |
404 | QuotaExceeded.HaVipBindInstance | The amount of instance associated with the specified haVip reach its limits. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-11-20 | The Error code has changed | View Change Details |
2023-09-25 | The Error code has changed | View Change Details |
2023-08-03 | API Description Update. The Error code has changed | View Change Details |
2023-07-10 | The Error code has changed | View Change Details |