Skip to content

Export

Export provides tools for listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-dns-export-listExport Zone File.
ParameterDescriptionExample
dns_zone_nameName Name dns_zone object which is also the DNS zone.-
namespaceNamespace Namespace is always system for dns_zone.system

Ask Claude to help you work with Export resources:

“List all exports in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/dns/namespaces/$${PARAM}/dns_zone/${PARAM}/zone_file/export" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"