调用DescribeVpnGatewayRouteAttributes查询指定VPN网关路由条目的信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeVpnGatewayRouteAttributes | 要执行的操作,取值:DescribeVpnGatewayRouteAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
VpnGatewayRouteId | String | 是 | vgr-3tex2c6c0v844c**** | VPN网关路由条目的ID。您可调用DescribeVpnGatewayRoutes查询VPN网关路由条目的ID信息。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20220322145233010225243081016A**** | 请求ID。 |
VpnGatewayRouteId | String | vgr-3tex2c6c0v844c**** | VPN网关路由条目的ID。 |
VpnGatewayId | String | vgw-3tehy13n2l4c6c0v**** | VPN网关实例的ID。 |
DestinationCidrBlock | String | 192.XX.XX.0/24 | VPN网关路由条目的目的网段。 |
NextHopId | String | vgc-3tex2x1cwd4c6c0v**** | VPN网关关联的IPsec连接的ID。若RouteType 为Cloud ,此参数返回空字符串。 |
CreationTime | String | 2021-04-09T08:36:47+08:00 | 创建VPN网关路由条目的时间。 |
UpdateTime | String | 2021-04-09T09:30:40+08:00 | 修改VPN网关路由条目的时间。 |
Status | String | Available | VPN网关路由条目的状态。
说明 当路由的前缀一致时,路由优先级为Cloud类型 > Static路由 > BGP路由,因此会存在多条前缀一致的路由有些状态为 |
RouteType | String | Static | 路由类型。
说明 暂不支持展示中转路由器(TR)同步的路由类型。 |
AsPath | Array of AsSegment | - | BGP路由条目经过的 AS 路径信息,具体请参见下表“AsSegment”。 |
AsSegment
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Type | String | Sequence | AS 路径的类型。
|
Numbers | Integer | [65533] | AS 路径序列。
|
GET /?Action=DescribeVpnGatewayRouteAttributes&Version=2020-04-01&VpnGatewayRouteId=vgr-3tex2c6c0v844c**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20220322145233010225243081016A****", "Action": "DescribeVpnGatewayRouteAttributes", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "20220322145233010225243081016A****", "VpnGatewayId":"vgw-3tehy13n2l4c6c0v****", "VpnGatewayRouteId": "vgr-3tex2c6c0v844c****", "DestinationCidrBlock":"172.XX.XX.0/24", "NextHopId":"vgc-3tex2x1cwd4c6c0v****", "CreationTime": "2022-03-16T17:05:42+08:00", "UpdateTime": "2021-04-09T09:30:40+08:00", "RouteType":"BGP", "AsPath":[ { "Type":"Sequence", "Numbers":[ 65533 ] } ], "Status": "Available" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidVpnGatewayRoute.NotFound | The specified VPN gateway route does not exist. | 指定的VPN网关路由条目不存在。 |