Skip to content

Get DNS Info

Get DNS Info provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-get-dns-info-getGet DNS Info.
ParameterDescriptionExample
nameName Name of the HTTP load balancer.example-resource
namespaceNamespace Namespace for the HTTP load balancer.system

Ask Claude to help you work with Get DNS Info resources:

“Get details of the get-dns-info named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/http_loadbalancers/$${PARAM}/get-dns-info" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"