MigratePrivateIpAddress

Last Updated At: 2026-08-02 00:06:17

1. Interface Description

Interface request domain name: vpc.api3.convergecloud.com.

This API (MigratePrivateIpAddress) is used to migrate a private IP within an ENI.

  • This API is to migrate a private IP from one ENI to another. The primary IP address cannot be migrated.
  • The ENIs before and after migration must be in the same subnet.

Default interface request rate limit: 100 times per second.

Interface update time: 2025-04-28 20:38:18.

The interface only verifies the signature but does not authenticate.

2. Input Parameters

The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.

Parameter name Required Allow NULL Type Description
Action Yes No String Public parameter, The value of this interface: MigratePrivateIpAddress
Version Yes No String Public parameter, The value of this interface: 2017-03-12
Region No No String Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface
SourceNetworkInterfaceId Yes No String ENI instance ID bound to the private IP, e.g., eni-m6dyj72l.
Example: eni-m6dyj722
DestinationNetworkInterfaceId Yes No String Target ENI instance ID awaiting migration.
Example: eni-m6dyj72l
PrivateIpAddress Yes No String Migrated private IP address, e.g., 10.0.0.6.
Example: 10.0.0.6

3. Output Parameters

Parameter name Type Description
RequestId String Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem.

4. Error Code

The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.

Error Code Description
UnauthorizedOperation.PrimaryIp The primary IP does not support the specified operation.
UnauthorizedOperation.AttachmentNotFound The binding relationship does not exist.
ResourceNotFound The resource does not exist