You need to enable JavaScript to run this app.
边缘计算节点

边缘计算节点

复制全文
路由表
解除路由表与子网的关联
复制全文
解除路由表与子网的关联

本接口用于解除自定义路由表与子网的关联。

请求说明

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

请求参数

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

Query

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

Body

参数
类型
是否必选
示例值
描述
route_table_identity
String
route-table-x66rf6****
路由表的 ID。
subnet_identity_list
String[]
["subnet-sl7jpnt69tr****"]
子网的 ID 的列表。

返回参数

该接口无特有的返回参数。

请求示例

POST https://veenedge.volcengineapi.com/?Action=UnassociateRouteTableWithSubnets&Version=2021-04-30
&<其他公共参数>
{
    "route_table_identity": "route-table-x66rf6****",
    "subnet_identity_list": [
        "subnet-sqzbmgjp2tr****"
    ]
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202403182114363937626C4A3582AF****",
        "Action": "UnassociateRouteTableWithSubnets",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {}
}

错误码

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

最近更新时间:2026.01.07 16:45:00
这个页面对您有帮助吗?
有用
有用
无用
无用