调用 DisassociateRouteTable 接口,将路由表与子网解除关联。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisassociateRouteTable | 要执行的操作,取值:DisassociateRouteTable。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
RouteTableId | String | 是 | vpc-2fdz8g5nruzuo5oxr****** | 自定义路由表的ID。 |
SubnetId | String | 是 | subnet-2fdzaou4liw3k5o****** | 待解除关联的子网的ID。 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DisassociateRouteTable&Version=2020-04-01&RouteTableId=vpc-2fdz8g5nruzuo5oxr******&SubnetId=subnet-2fdzaou4liw3k5o****** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DisassociateRouteTable", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidRouteTable.VpcMismatch | The specified route table and subnet are in different VPC. | 指定的路由表和子网不在同一个VPC。 |
400 | InvalidSubnet.InvalidStatus | The specified subnet is not in the correct status for the request. | 指定的子网所处的状态无法响应该请求。 |
400 | InvalidVpc.InvalidStatus | The specified VPC is not in the correct status for the request. | 指定的VPC所处状态无法响应该请求。 |
400 | OperationUnsupported.RouteTable | The route table can not be disassociated. | 指定路由表不支持解绑。 |
400 | OperationUnsupported.SystemRouteTable | System route table can not be disassociated. | 不支持解绑系统路由表。 |
404 | InvalidRouteTable.NotFound | The specified route table does not exist. | 指定的路由表不存在。 |
404 | InvalidSubnet.NotFound | The specified subnet does not exist. | 指定的子网不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |