v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
network

List VPC route tables

List route tables of the given VPC network

get/api/v1/orgs/{orgId}/networks/{networkId}/routeTables

Path parameters

orgIdinteger required

Organization identifier

networkIdstring required

VPC network identification

Query parameters

cloudType'amazon' | 'google' | 'azure' required

Identifies the cloud provider

regionstring

Identifies the region of the VPC network (required when cloudType != azure)

resourceGroupstring

Identifies the resource group of the Azure virtual network (required when cloudType == azure)

Headers

secretIdstring required

Secret identification

Response

List of VPC network route tables

idstring required

Identifier of the route table

namestring

Name of the route table

Example response

[
  {
    "name": "My little route table",
    "id": "rtb-12345678"
  }
]