Route Table
Route Table provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-sites-route-table-get | Get Network Route Tables. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
id | ID x-required… | - |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
regions | Regions used as filters. | - |
route_table_ids | Route Table IDs used as filters. | - |
site | Site Name… | - |
subnet_cidrs | Subnet cidrs used as filters. | - |
subnet_ids | Subnet IDs used as filters. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Route Table resources:
Get Route Table Details
Section titled “Get Route Table Details”“Get details of the route-table named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/topology/network/${PARAM}/route_tables" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"