You need to enable JavaScript to run this app.
导航
创建自定义路由表
最近更新时间:2024.07.18 11:03:32首次发布时间:2024.07.02 18:00:50

本接口用于创建自定义路由表。

使用说明

前提条件:
存在可用的私有网络。

使用限制:

  • 一个私有网络下,最多可以创建9张自定义路由表。
  • 目前仅部分节点支持自定义路由表功能。如需获取相关节点列表,请提交工单进行申请。

请求说明

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

请求参数

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

Query

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

Body

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

type

String

custom

路由表的类型。取值范围:

  • custom:自定义路由表。
vpc_identityStringvpc-7fs74n****路由表所属的私有网络的 ID。

name

String

vpc-7fs74n****-自定义路由表01

路由表的名称。命名规则如下:

  • 允许 5~50 个字符。
  • 支持中文、大写字母、小写字母、数字。
  • 支持特殊字符 ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/。 |
  • 不能包含双引号(")、反斜线( \)和空格,且不能以正斜线(/)开头。
descStringThis is a custom route table路由表的描述。最多可输入 80 个字符。

返回参数

参数类型示例值描述
route_table_instanceRouteTableInstance请参见返回示例路由表的信息。

RouteTableInstance

参数类型示例值描述
route_table_identityStringroute-table-7fs74n****路由表的 ID。
route_table_nameStringvpc-7fs74n****-自定义路由表路由表的名称。
typeStringcustom路由表的类型。

status

String

running

路由表的状态:

  • updating:变更中。
  • running:运行中。
vpc_identityStringvpc-7fs74n****路由表所属私有网络的 ID。
vpc_nameString****03-默认VPC路由表所属私有网络的名称。
descStringThis is a custom route table路由表的描述。
associated_subnet_countLong0路由表关联的子网的数量。
create_timeLong1675062289路由表的创建时间。
update_timeLong1675062289路由表的更新时间。

请求示例

POST https://veenedge.volcengineapi.com/?Action=CreateRouteTable&Version=2021-04-30
&<其他公共参数>
{
    "type": "custom",
    "vpc_identity": "vpc-7nlpcv****",
    "name": "vpc-7nlpcv****-自定义路由表",
    "desc": "This is a custom route table"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20240318200135E917F317C56F5A1B****",
        "Action": "CreateRouteTable",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {
        "route_table_instance": {
            "account_identity": 210006****,
            "user_identity": 0,
            "route_table_identity": "route-table-x66rf6****",
            "route_table_name": "vpc-7nlpcv****-自定义路由表",
            "type": "custom",
            "status": "creating",
            "vpc_identity": "vpc-7nlpcv****",
            "vpc_name": "**03-默认VPC",
            "desc": "This is a custom route table",
            "associated_subnet_count": 0,
            "create_time": 1710763295,
            "update_time": 1710763295
        }
    }
}

错误码

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