Skip to content

Network

Network provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-sites-network-getGet Site Networks.
ParameterDescriptionExample
nameName…example-resource

Ask Claude to help you work with Network resources:

“Get details of the network named ‘example’ in namespace ‘production‘“

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