You need to enable JavaScript to run this app.
文档中心
公网IP

公网IP

复制全文
下载 pdf
IP地址池
CreateIpAddressPool - 创建IP地址池
复制全文
下载 pdf
CreateIpAddressPool - 创建IP地址池
调用 CreateIpAddressPool 接口 ,创建IP地址池。
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数
Action String 必选 示例值:CreateIpAddressPool
要执行的操作,取值:CreateIpAddressPool
Version String 必选 示例值:2020-04-01
API的版本信息,当前版本为 2020-04-01
CidrBlock String 可选 示例值:101.0.XX.XX/24
IP地址网段。仅支持IPv4地址段,且不能以0开头,掩码取值范围:23~30。
说明
仅支持配置 CidrBlockCidrMask其中之一。
CidrMask Integer 可选 示例值:24
IP地址网段掩码,取值范围:24~28。输入掩码后,IP 地址网段将自动分配。
说明
仅支持配置 CidrBlockCidrMask其中之一。
ISP String 必选 示例值:BGP
线路类型,取值如下:
  • BGP:BGP(多线)。
  • 若您的账号已申请并开通了静态单线权限,则可传入如下取值:
  • ChinaMobile:中国移动静态单线。
  • ChinaTelecom:中国电信静态单线。
  • ChinaUnicom:中国联通静态单线。
  • 若您的账号已申请并开通了BGP单线权限,则可传入SingleLine_BGP。
  • 若您的账号已申请并开通了精品BGP权限,则可传入Premium_BGP。
  • 若您的账号已申请并开通了融合BGP权限,则可传入Fusion_BGP。
  • 若您的账号已申请并开通了惠选型静态单线权限,则可传入如下取值:
  • ChinaMobile_Value:中国移动惠选型静态单线。
  • ChinaUnicom_Value:中国联通惠选型静态单线。
  • ChinaTelecom_Value:中国电信惠选型静态单线。
Name String 可选 示例值:IpAddressPool01
IP地址池的名称。
  • 长度限制为 1 ~ 128个字符。
  • 需要以字母或数字开头,不能以 http:// 或 https://.开头。可包含字母、数字、冒号(:)、下划线(_)和短划线(-)。
  • 不填默认为空。
Description String 可选 示例值:238q08230***
IP地址池的描述。
  • 长度限制为 1 ~ 255 个字符。
  • 需要以字母、中文或数字开头,不能以 http:// 或 https://. 开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
  • 不填默认为空。
ProjectName String 可选 示例值:Project_1
IP地址池所属项目的名称。不填默认加入default项目。
Tags.N.Key String 可选 示例值:Tkey1
用户标签的标签键。
  • 参数 - N:表示标签键的序号,取值范围:1~50。
  • 多个标签键之间用&分隔。
  • 不能以 volc:sys:开头,包括任意大小写形式。
  • 长度取值范围为1~128字符,允许输入各国语言文字、数字、空格( )、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、中划线(-)和@(@)。
  • 若标签键开头或结尾存在空格,系统会自动为其去除。
同一资源的标签键不允许重复。
Tags.N.Value String 可选 示例值:value1
用户标签的标签值。
  • 参数 - N:表示标签值的序号,取值范围:1~50。
  • 多个标签值之间用&分隔。
  • 长度取值范围为0~256字符,不填默认为空。
  • 允许输入各国语言文字、数字、空格( )、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、中划线(-)和@(@)。
  • 大小写敏感。
  • 若标签值开头或结尾存在空格,系统会自动为其去除。
若传入该参数,则必须先传入Tags.N.Key
ClientToken String 可选 示例值:123e4567-e89b-12d3-a456-42665544****
保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
取值:仅支持ASCII字符,且不能超过64个字符。
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构
RequestId String 示例值:2021062415303314515207C4****
请求ID。
IpAddressPoolId String 示例值:ippool-fda83op****
IP地址池的ID。
请求示例
GET /?Action=CreateIpAddressPool&Version=2020-04-01&CidrBlock=101.0.XX.XX/24&ISP=BGP HTTP/1.1
Host: vpc.cn-beijing.volcengineapi.com
Service: vpc
Region: cn-beijing
返回示例
{
"ResponseMetadata": {
"RequestId": "20210624153033015207C4****",
"Action": "CreateIpAddressPool",
"Version": "2020-04-01",
"Service": "vpc",
"Region": "cn-beijing"
},
"Result": {
"RequestId": "2021062415303314515207C4****",
"IpAddressPoolId": "ippool-fda83op****"
}
}
错误码
公共错误码请参见公共错误码
状态码
错误码
错误信息
说明
400
DryRunOperation
Exception raised to indicate a successfully authorized action when the DryRun flag is set to true.
该请求设置为DryRun操作,操作授权已获得许可,但未被实际执行。
400
IdempotentParameterMismatch
Arguments on this idempotent request are inconsistent with arguments used in previous request(s).
此幂等请求的参数与前一个请求中使用的参数不一致。
400
InvalidCidr.Malformed
The specified cidr block is malformed.
指定的网段格式不合法。
400
InvalidDescription.Malformed
The specified description is malformed.
指定的描述格式不合法。请修复描述格式后重试。
400
InvalidDescription.Malformed
The specified description is malformed. Ensure the maximum length of description is 255.
指定的描述格式不合法。描述长度不能超过255个字符。
400
InvalidIPPool.CidrBlockResourceNotEnough
There is not enough CIDR block resource to create an IP address pool.
可用网段资源不足无法创建IP地址池。
400
InvalidIPPoolCidrBlock.Malformed
The specified CIDR block is malformed. The mask length must be greater than or equal to 23 and less than or equal to 30.
指定的网段不合法,网段掩码必须大于等于23且小于等于30。
400
InvalidIPPoolCidrBlock.NotSupportIPv6
The IP address pool does not support IPv6 CIDR block.
IP地址池不支持指定IPv6网段。
400
InvalidIPPoolCidrMask.Malformed
The specified CIDR mask is malformed. The mask length must be greater than or equal to 24 and less than or equal to 28.
指定的掩码不合法,掩码必须大于等于24且小于等于28。
400
InvalidName.Malformed
The specified name is malformed.
指定的名称格式不合法。请修复名称格式后重试。
400
InvalidName.Malformed
The specified name is malformed. Ensure the maximum length of name is 128.
指定的名称格式不合法。名称长度不能超过128个字符。
400
InvalidParameter
A parameter specified in the request is not valid, is unsupported or cannot be used.
该请求传入了非法或不支持的参数。
400
InvalidParameter.ClientTokenMalformed
The specified parameter ClientToken is malformed.
指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。
400
InvalidTag.Disorder
The specified index order of tag is malformed.
指定标签的索引顺序参数格式不合法。
400
InvalidTagKey.Malformed
The specified parameter tag key is invalid.
标签键不合法。
400
InvalidTagValue.Malformed
The specified parameter tag value is invalid.
标签值不合法。
400
LimitExceeded.Tags
You've reached the limit on the number of tags that you can operate at one time.
已达到单次可操作标签数量的上限。
400
MissingParameter
The request is missing a required parameter.
该请求缺少必要参数。
400
QuotaExceeded.IPPool
You've reached the limit on the number of IP address pools that you can create.
IP地址池数量超过配额限制。
400
QuotaExceeded.IPPoolIP
You've reached the limit on the number of IPs of all IP address pools that you can possess.
已达到所有IP地址池持有IP地址数量上限。
400
UnsupportedOperation
The request on the specified instance is denied due to the account in arrears status.
因账户处于欠费状态,对于该实例的操作请求被拒绝。
400
UnsupportedOperation
The request on the specified instance is denied due to the account balance and available vouchers are less than 100 yuan in total.
因账户余额及可用代金券共不足100元,对于该实例的操作请求被拒绝。
403
Forbidden
You are not authorized to create BGP SingleLine elastic IP address.
无权限创建BGP单线类型EIP地址。
403
Forbidden
You are not authorized to access the IP address pool.
您无权限访问IP地址池。
403
Forbidden
You are not authorized to create single-line value elastic IP address.
无权限创建融合BGP类型EIP地址。
403
Forbidden
You are not authorized to use specific egress.
无权限创建静态BGP类型EIP地址。
403
Forbidden
You are not authorized to create fusion BGP elastic IP address.
无权限创建精品BGP类型EIP地址。
403
Forbidden
You are not authorized to create premium BGP elastic IP address.
无权限创建静态单线惠选型类型EIP地址。
403
Forbidden
You are not authorized to create single-line elastic IP address.
无权限创建静态单线类型EIP地址。
403
Forbidden
You are not authorized to create Static BGP elastic IP address.
无权限创建静态BGP类型EIP地址。
403
Forbidden.PurchaseLimited
The account is not authorized to purchase the resource.
此账户无权限购买资源。
404
InvalidIPPool.ISPNotFound
The specified ISP does not exist.
指定的ISP不存在。
404
InvalidProject.NotFound
The specified Project does not exist.
指定的项目不存在。
404
InvalidSpecificEgress.NotFound
The specific egress does not exist.
指定出口不存在。
409
InvalidElasticIpPool.Allocated
Specified elastic ip pool has been allocated
Eip 池地址段已被使用。
409
InvalidOperation.Conflict
The specified resource operation conflicts.
指定的资源操作冲突。
412
IdempotentProcessing
The request uses the same client token as a previous one that is still in process.
幂等请求处理中。
500
InternalError
An internal error has occurred.
发生内部错误。
最近更新时间:2026.01.23 15:56:39
这个页面对您有帮助吗?
有用
有用
无用
无用