调用 CreateVpc 接口,创建一个VPC。
Creating
表示创建中,Available
表示创建完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateVpc | 要执行的操作,取值:CreateVpc。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
VpcName | String | 否 | vpc-1 | VPC的名称。
|
Description | String | 否 | This is my first Vpc | VPC的描述信息。
|
CidrBlock | String | 是 | 172.XX.XX.0/12 | VPC的IPv4网段。您可以使用以下网段或其子集作为VPC的IPv4网段:
|
EnableIpv6 | Boolean | 否 | true | 是否开启IPv6网段,取值如下:
说明 IPv6功能正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
Ipv6CidrBlock | String | 否 | 2408:XXXX:0:a600::/56 | VPC的IPv6网段。 说明 IPv6功能正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
DnsServers.N | String | 否 | DnsServers.1=12.XX.XX.5&DnsServers.2=12.XX.XX.6 | VPC的DNS服务器地址。
|
ProjectName | String | 否 | default | VPC所属项目的名称。不填默认加入default项目。 |
Tags.N.Key | String | 否 | Tags.1.Key=key1&Tags.2.Key=key2 | 用户标签的标签键。
说明 同一资源的标签键不允许重复。 |
Tags.N.Value | String | 否 | Tags.1.Value=value1&Tags.2.Value=value2 | 用户标签的标签值。
说明 若传入该参数,则必须先传入 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
VpcId | String | vpc-bp15zkdt37pq72zv**** | 新创建VPC的ID。 |
RouteTableId | String | vtb-bp145q7glnuzdv**** | 创建VPC后,系统自动创建的路由表的ID,即系统路由表ID。 |
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=CreateVpc&Version=2020-04-01&CidrBlock=172.XX.XX.0/12&VpcName=vpc-1 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "CreateVpc", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "RouteTableId": "vtb-bp145q7glnuzdv****", "VpcId": "vpc-bp15zckdt37pq72zv****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InsufficientIpv6Blocks | The specified pool does not contain enough free IPv6 blocks to fulfill your request. | IPv6 池中的 IPv6 地址段资源不足。 |
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 | InvalidIpv6CidrBlock.NotReserved | The specified IPv6 CIDR block is not reserved. | 指定的 IPv6 地址段未预留。 |
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.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidParameter.EnableIpv6 | The EnableIpv6 parameter is currently not supported. | 当前不支持EnableIpv6请求参数。 |
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 | InvalidVpcDnsServerIpAddress.Malformed | The specified DNS server IP address is malformed. | 指定的DNS服务器IP地址格式不合法。 |
400 | LimitExceeded.Tags | You've reached the limit on the number of tags that you can operate at one time. | 已达到单次可操作标签数量的上限。 |
400 | LimitExceeded.VpcDnsServerNumber | You've reached the limit on the number of DNS servers that you can add. | 已达到可添加的DNS服务器数量上限。 |
400 | QuotaExceeded.RouteTable | Route table number exceeded quota. | 已达到可创建路由表的数量上限。 |
400 | QuotaExceeded.SecurityGroup | Security group number exceeded quota. | 已达到可创建安全组的数量上限。 |
400 | QuotaExceeded.Vpc | VPC number exceeded quota. | 已达到可创建私有网络的数量上限。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |