vpc_router_route_list

List the routes associated with a router in a particular VPC.

get/v1/vpc-router-routes

Query Parameters

limit

Maximum number of items returned by a single call

Token returned by previous call to retrieve the subsequent page

Name or ID of the project, only required if vpc is provided as a Name

Name or ID of the router

Supported set of sort modes for scanning by name or id

Name or ID of the VPC, only required if router is provided as a Name

Responses

200

successful operation

Object
items

list of items on this page of results

A route defines a rule that governs where traffic should be sent based on its destination.

Object
description

Human-readable free-form text about a resource

destination

Selects which traffic this routing rule will apply to

A RouteDestination is used to match traffic with a routing rule based on the destination of that traffic.

When traffic is to be sent to a destination that is within a given RouteDestination, the corresponding RouterRoute applies, and traffic will be forward to the RouteTarget for that rule.

id

Unique, immutable, system-controlled identifier for each resource

kind

Describes the kind of router. Set at creation. read-only

The kind of a RouterRoute

The kind determines certain attributes such as if the route is modifiable and describes how or where the route was created.

name

Unique, mutable, user-controlled identifier for each resource

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

target

The location that matched packets should be forwarded to

A RouteTarget describes the possible locations that traffic matching a route destination can be sent.

time_created

Timestamp when this resource was created

time_modified

Timestamp when this resource was last modified

vpc_router_id

The ID of the VPC Router to which the route belongs

next_page

token used to fetch the next page of results (if any)

4XX

Error

Object
message
request_id
5XX

Error

Object
message
request_id