You need to enable JavaScript to run this app.
导航
创建子网
最近更新时间:2024.07.18 11:03:32首次发布时间:2024.07.02 18:00:51

本接口用于在自定义私有网络下创建子网。

使用说明

使用限制
同一私有网络中不同子网的网段不能重叠。

前提条件
已创建自定义私有网络。具体操作,请参见创建自定义私有网络

请求说明

  • 请求方式:POST
  • 请求地址:https://veenedge.volcengineapi.com/?Action=CreateSubnetsForCustomVPC&Version=2021-04-30

请求参数

下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数

Query

参数类型是否必选示例值描述
ActionStringCreateSubnetsForCustomVPC接口名称。当前 API 的名称为 CreateSubnetsForCustomVPC
VersionString2021-04-30接口版本。当前 API 的版本为 2021-04-30

Body

参数类型是否必选示例值描述
vpc_identityStringvpc-twqb9w****私有网络的 ID。
subnets[]Subnets见下文说明子网的列表。

Subnets

参数类型是否必选示例值描述

name

String

subnet-dev

子网的名称。命名规则如下:

  • 允许 5~50 个字符。
  • 支持汉字、大写字母、小写字母、数字。
  • 支持特殊字符 ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/。 |
  • 不能包含双引号(")、反斜线( \)和空格,且不能以正斜线(/)开头。
cidrString10.1.1.0/24子网的网段。
descStringsubnet-dev子网的描述。最多允许 80 个字符。

返回参数

参数类型示例值描述
subnet_identity_list[]String["subnet-pv7kg5df8b4****"]子网的 ID 的列表。

请求示例

POST https://veenedge.volcengineapi.com/?Action=CreateSubnetsForCustomVPC&Version=2021-04-30
&<其他公共参数>
{
    "vpc_identity": "vpc-7nlpcv****",
    "subnets": [
        {
            "name": "subnet-dev",
            "cidr": "10.1.1.0/24",
            "desc": "subnet-dev"
        }
    ]
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20240321155642951A303A616068B3C3B0",
        "Action": "CreateSubnetsForCustomVPC",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {}
}

错误码

如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码