本接口用于获取路由表的详情。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetRouteTable | 接口名称。当前 API 的名称为 GetRouteTable 。 |
Version | String | 是 | 2021-04-30 | 接口版本。当前 API 的版本为 2021-04-30 。 |
route_table_identity | String | 是 | route-table-7fs74n**** | 路由表 ID。您可以通过 ListRouteTables 接口获取路由表 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
route_table_instance | RouteTableInstance | 请参见返回示例 | 路由表详情。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
route_table_identity | String | route-table-7fs74n**** | 路由表的 ID。 |
route_table_name | String | vpc-7fs74n****-默认路由表 | 路由表的名称。 |
type | String |
| 路由表的类型:
|
status | String |
| 路由表的状态:
|
vpc_identity | String | vpc-7fs74n**** | 路由表所属私有网络的 ID。 |
vpc_name | String | ****03-默认VPC | 路由表所属私有网络的名称。 |
desc | String | vpc-7fs74n****-默认路由表 | 路由表的描述。 |
create_time | Long | 1675062289 | 路由表的创建时间。 |
update_time | Long | 1675062289 | 路由表的更新时间。 |
associated_subnet_count | Long | 2 | 路由表关联的子网的数量。 |
GET https://veenedge.volcengineapi.com/?Action=GetRouteTable&Version=2021-04-30 &route_table_identity=route-table-29gwx9**** &<其他公共参数>
{ "ResponseMetadata": { "RequestId": "20230522174527A67E5A57F5FC588F****", "Action": "GetRouteTable", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "route_table_instance": { "account_identity": 210000****, "user_identity": 0, "route_table_identity": "route-table-29gwx9****", "route_table_name": "vpc-29gwx9****-默认路由表", "type": "default", "status": "running", "vpc_identity": "vpc-29gwx9****", "vpc_name": "**联通01-默认VPC", "desc": "vpc-29gwx****-默认路由表", "associated_subnet_count": 2, "create_time": 1675062289, "update_time": 1675062289 } } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。