TransformEipSegmentToPublicIpAddressPool - 连续EIP组迁移至IP地址池

将连续EIP组迁移至IP地址池。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
InstanceIdstring

要进行迁移的连续 EIP 组的实例 ID。

eipsg-2zett8ba055tbsxme****
RegionIdstring

连续 EIP 组所属的地域 ID。您可以通过调用 DescribeRegions 接口获取地域 ID。

cn-hangzhou
Namestring

地址池实例的名称。

长度为 0-128 个字符,不能以http://https://开头。

AddressPoolName
Descriptionstring

地址池实例的描述。

长度为 0-256 个字符,不能以http://https://开头。

AddressPoolDescription
ResourceGroupIdstring

IP 地址池所属的资源组 ID。

rg-acfmxazb4pcdvf****
ClientTokenstring

客户端 Token,用于保证请求的幂等性。

从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。

说明 若您未指定,则系统自动使用 API 请求的 RequestId 作为 ClientToken 标识。每次 API 请求的 RequestId 不一样。
02fb3da4-130e-11****

返回参数

名称类型描述示例值
object
PublicIpAddressPoolIdstring

IP 地址池的实例 ID。

pippool-6wetvn6fumkgycssx****
ResourceGroupIdstring

IP 地址池所属的资源组 ID。

rg-acfmxazb4pcdvf****
RequestIdstring

请求 ID。

4EC47282-1B74-4534-BD0E-403F3EE64CAF

示例

正常返回示例

JSON格式

{
  "PublicIpAddressPoolId": "pippool-6wetvn6fumkgycssx****",
  "ResourceGroupId": "rg-acfmxazb4pcdvf****",
  "RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF"
}

错误码

HTTP status code错误码错误信息描述
400Forbidden.RAMUser not authorized to operate on the specified resourceRAM用户无权限执行此操作。
400Forbidden.RAMThe user is not authorized to operate on the specified resource, or the API operation does not support RAM.RAM校验不通过。
400IllegalParam.NameThe param of Name [%s] is illegal.参数 Name 不合法,请根据请求参数规定重新输入。
400IllegalParam.DescriptionThe param of Description [%s] is illegal.参数Description 不合法,请根据请求参数规定重新输入。
400Forbidden.CreatePublicIpAddressPoolAuthentication is failed for creating public ip address pool.您暂时无法创建 PublicIpAddressPool,请检查账号是否已授权该操作
400QuotaExceeded.PublicIpAddressPoolThe quota of PublicIpAddressPool is exceeded.您的PublicIpAddressPool数量已达配额,请提升配额后操作
400UnsupportedRegionThe feature is not supported in current region.当前地域不支持该功能。
400IncorrectBusinessStatus.PublicIpAddressPoolThe business status of publicIpAddressPool is incorrect.当前业务状态不支持创建IP地址池实例。
400OptInRequired.PublicIpAddressPoolYou are not authorized to use the requested service of publicIpAddressPool. Ensure that you have subscribed to the service you are trying to use.您无权使用请求的IP地址池服务。 确保您已经订阅了您尝试使用的服务。
400QuotaExceeded.PoolIpQuantityThe quota of PoolIpQuantity is exceeded.地址池中IP数量配额超出限制。
400ResourceNotFound.EipSegmentThe specified resource of Eip Segment is not found.传入的连续EIP组实例不存在。

访问错误中心查看更多错误码。