Skip to content

Route Table

Route Table provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-statistics-route-table-getGet Network Route Tables.
ParameterDescriptionExample
idID x-required…-
ParameterDescriptionExample
regionsRegions used as filters.-
route_table_idsRoute Table IDs used as filters.-
siteSite Name…-
subnet_cidrsSubnet cidrs used as filters.-
subnet_idsSubnet IDs used as filters.-

Ask Claude to help you work with Route Table resources:

“Get details of the route-table named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/system/topology/network/${PARAM}/route_tables" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"