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
Example response
[
{
"name": "My little route table",
"id": "rtb-12345678"
}
]