Export
Export provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-dns-export-list | Export Zone File. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
dns_zone_name | Name Name dns_zone object which is also the DNS zone. | - |
namespace | Namespace Namespace is always system for dns_zone. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Export resources:
List Exports
Section titled “List Exports”“List all exports in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -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}"