You need to enable JavaScript to run this app.
导航

CreateSubnet

最近更新时间2024.03.22 08:30:20

首次发布时间2021.07.29 14:11:53

调用 CreateSubnet 接口,创建一个子网。

调用说明

  • 单个VPC默认最多可创建子网的数量为200个。若默认配额无法满足需求,请前往 配额中心 提升相应配额。
  • 同一VPC内,子网网段不可重叠。

调试

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringCreateSubnet要执行的操作,取值: CreateSubnet。
VersionString2020-04-01API版本信息,取值为:2020-04-01。

VpcId

String

vpc-257gqcdfvx6n****

要创建的子网所属VPC的ID。
您可以调用 DescribeVpcs 接口,查询VPC的ID。

ZoneIdStringcn-beijing-a要创建的子网所属的可用区ID,更多可用区信息请参见地域和可用区

SubnetName

String

subnet-1

子网的名称。

  • 长度限制为1 ~ 128个字符。
  • 需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。
  • 不能以http://https://开头。
  • 不填默认是子网的ID。

Description

String

This is my subnet.

子网的描述信息。

  • 长度限制为0~ 255个字符。
  • 需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
  • 不能以http://https://开头。
  • 不填默认为空字符串。

CidrBlock

String

172.XX.XX.0/24

子网的网段。

  • 子网的网段必须从属于子网所属VPC的网段。
  • 子网网段不能与所属VPC路由条目的目标网段相同,但可以是目标网段的子集。
  • 子网网段的掩码长度与VPC网段相关,具体如下:
    • 10.XX.XX.XX网段掩码范围:8 ~ 29
    • 172.16.XX.XX网段掩码范围:12 ~ 29
    • 192.168.XX.XX网段掩码范围:16 ~ 29

Ipv6CidrBlock

Integer

12

子网IPv6网段的最后8比特位,取值范围:0~255。

说明

  • 仅当VpcId传入的VPC已开通IPv6,才支持配置本参数。
  • VPC支持IPv6正在邀测中,如需使用,请提交工单或联系客户经理。

Tags.N.Key

String

Tags.1.Key=key1&Tags.2.Key=key2

用户标签的标签键。

  • 参数 - N:表示标签键的序号,取值范围:1~50。

  • 多个标签键之间用&分隔。

  • 不能以 volc:sys:开头,包括任意大小写形式。

  • 长度取值范围为1~128字符,允许输入各国语言文字、数字、空格( )、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、中划线(-)和@(@)。

  • 若标签键开头或结尾存在空格,系统会自动为其去除。

说明

同一资源的标签键不允许重复。

Tags.N.Value

String

Tags.1.Value=value1&Tags.2.Value=value2

用户标签的标签值。

  • 参数 - N:表示标签值的序号,取值范围:1~50。

  • 多个标签值之间用&分隔。

  • 长度取值范围为0~256字符,不填默认为空。

  • 允许输入各国语言文字、数字、空格( )、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、中划线(-)和@(@)。

  • 大小写敏感。

  • 若标签值开头或结尾存在空格,系统会自动为其去除。

说明

若传入该参数,则必须先传入Tags.N.Key

ClientToken

String

123e4567-e89b-12d3-a456-42665544****

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

  • 由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
  • 仅支持ASCII字符,且不能超过64个字符。
  • 若不传入ClientToken,则此次API调用不进行幂等校验。

返回数据

参数名称
类型
示例值
描述
SubnetIdStringsubnet-bpkdt37pq72zv****新创建子网的ID。
RequestIdString2021062415303301022514515207C4****请求ID。

请求示例

GET /?Action=CreateSubnet&Version=2020-04-01&VpcId=vpc-257gqcdfvx6n****&ZoneId=cn-beijing-a&CidrBlock=172.XX.XX.0/24&SubnetName=subnet-1 HTTP/1.1
Host: open.volcengineapi.com
Service: vpc
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "CreateSubnet",
        "Version": "2020-04-01",
        "Service": "vpc",
        "Region": "cn-beijing"
    },
   "Result": {
        "RequestId": "2021062415303301022514515207C4****",
        "SubnetId": "subnet-bp15zckdt37pq72zv****"
    }
}

错误码

此处仅展示当前API的错误码,更多错误码请参见公共错误码

HttpCode
错误码
错误信息
描述
400IdempotentParameterMismatchArguments on this idempotent request are inconsistent with arguments used in previous request(s).此幂等请求的参数与前一个请求中使用的参数不一致。
400InvalidCen.InvalidStatusThe CEN that the specified VPC attached to is not in the correct status for the request.VPC关联的CEN实例所处状态无法响应请求,请稍后再试。
400InvalidCidr.MalformedThe specified cidr block is malformed.指定的网段格式不合法。
400InvalidDescription.MalformedThe specified description is malformed.指定的描述格式不合法。请修复描述格式后重试。
400InvalidDescription.MalformedThe specified description is malformed. Ensure the maximum length of description is 255.指定的描述格式不合法。描述长度不能超过255个字符。
400InvalidName.MalformedThe specified name is malformed.指定的名称格式不合法。请修复名称格式后重试。
400InvalidName.MalformedThe specified name is malformed. Ensure the maximum length of name is 128.指定的名称格式不合法。名称长度不能超过128个字符。
400InvalidParameter.ClientTokenMalformedThe specified parameter ClientToken is malformed.指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。
400InvalidParameter.EnableIpv6Operation failed because IPv6 for the vpc of this subnet is not enabled.子网所属的VPC尚未开启IPv6。
400InvalidParameter.Ipv6CidrBlockSpecified subnet IPv6CidrBlock is invalid.子网IPv6网段不合法。
400InvalidSubnetCidr.MalformedThe specified subnet cidr is malformed. If you are specifying a subnet cidr, ensure the CIDR of the subnet must fall into the range of the CIDR of the VPC to which the subnet belongs to.指定的子网网段不合法。请确保子网网段必须从属于所在VPC的网段。
400InvalidTag.DisorderThe specified index order of tag is malformed.指定标签的索引顺序参数格式不合法。
400InvalidTagKey.MalformedThe specified parameter tag key is invalid.标签键不合法。
400InvalidTagValue.MalformedThe specified parameter tag value is invalid.标签值不合法。
400InvalidVpc.InvalidStatusThe specified VPC is not in the correct status for the request.指定的VPC所处状态无法响应该请求。
400LimitExceeded.TagsYou've reached the limit on the number of tags that you can operate at one time.已达到单次可操作标签数量的上限。
400QuotaExceeded.SubnetSubnet number exceeded quota.已达到可创建子网的数量上限。
404InvalidVpc.NotFoundThe specified VPC does not exist.指定的VPC不存在。

404

InvalidZoneId.NotFound

The specified zone does not exist.

指定的可用区不存在。

说明

更多可用区的信息请参见地域和可用区

409InvalidRouteCidr.ConflictThe specified CIDR block conflicts with that of another route in your route table.指定的CIDR地址块与所属路由表中另一个规则CIDR地址块冲突。

409

InvalidSubnetCidr.Conflict

The specified CIDR block conflicts with that of another subnet in your VPC.

指定的CIDR地址块与所属VPC中另一个子网CIDR地址块冲突。

412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.幂等请求处理中。