AssociateEipAddress
1. API Description
This API is used to bind an elastic IP to an instance in the same zone.
2. Input Parameters
The following request parameter list only provides API request parameters.
eipId
Yes
String
ID of an elastic IP.
To obtain the elastic IP ID, you can call DescribeEipAddresses
and look for eipId
in the response.
instanceId
Yes
String
Instance ID.
To obtain the instance ID, you can call DescribeInstances
and look for instanceId
in the response.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4. Code Example
Bind an elastic IP to an instance
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
404
INVALID_EIP_NOT_FOUND
Elastic IP does not exist.
403
INVALID_INSTANCE_NOT_FOUND
Instance does not exist.
403
OPERATION_DENIED_INSTANCE_RECYCLED
Instance is in recycle bin.
403
OPERATION_DENIED_INSTANCE_NOT_RUNNING
Instance status should be RUNNING
.
403
OPERATION_DENIED_EIP_ZONE_NOT_SAME
Elastic IP and instance should be in the same zone.
403
FAILED_OPERATION_FOR_RECYCLE_RESOURCE
Elastic IP is in recycle bin.
400
OPERATION_DENIED_EIP_STATUS_NOT_AVAILABLE
Elastic IP status not supported.
403
OPERATION_DENIED_EIP_ESXI_INSTANCE_ASSIGN
Instance of ESXi operating system cannot bind an elastic IP.
403
OPERATION_DENIED_EIP_INSTANCE_EXCEED_LIMIT
Number of elastic IPs bound to an instance exceeds the limit.
Last updated