v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1485367296.2 KB

Gets the network routes of the specified global network.

post/global-networks/{globalNetworkId}/network-routes

Path parameters

globalNetworkIdstring required

The ID of the global network.

Request body

ExactCidrMatchesConstrainedString[]

An exact CIDR block.

LongestPrefixMatchesConstrainedString[]

The most specific route that matches the traffic (longest prefix match).

SubnetOfMatchesConstrainedString[]

The routes with a subnet that match the specified CIDR filter.

SupernetOfMatchesConstrainedString[]

The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the result returns 10.0.1.0/29.

PrefixListIdsConstrainedString[]

The IDs of the prefix lists.

StatesRouteState[]

The route states.

TypesRouteType[]

The route types.

DestinationFiltersobject

Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or RESOURCE_TYPE.

Response

Success

RouteTableArnstring

The ARN of the route table.

RouteTableType'TRANSIT_GATEWAY_ROUTE_TABLE' | 'CORE_NETWORK_SEGMENT'

The route table type.

RouteTableTimestampstring date-time

The route table creation time.