Policy > Networking > Connectivity > Tier-1 Gateways > Routing

Associated URIs:

API Description API Path

List advertised networks


Return networks which are advertised to connected TIER0 gateway.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/advertised-networks
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/advertised-networks
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/advertised-networks

List advertised networks in CSV format


Return networks which are advertised to connected TIER0 gateway in CSV format.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/advertised-networks/csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/advertised-networks/csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/advertised-networks/csv

Get forwarding table from tier-1 in CSV format


Get forwarding table from tier-1 gateway in CSV format.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/forwarding-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/forwarding-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/forwarding-table?format=csv

Get forwarding table from tier-1


Get forwarding table from tier-1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/forwarding-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/forwarding-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/forwarding-table

Get Tier1 state


Returns
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/state

List Tier-1 Static Routes


Paginated list of all Tier-1 Static Routes
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes

Delete Tier-1 static routes


Delete Tier-1 static routes
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}

Read Tier-1 static routes


Read Tier-1 static routes
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes/{route-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}

Create or update a Tier-1 static routes


If static routes for route-id are not already present, create
static routes. If it already exists, update static routes for route-id.
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}

Create or update a Tier-1 static routes


If static routes for route-id are not already present, create
static routes. If it already exists, replace the static routes for route-id.
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}