Skip to content

Import

Import provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-dns-import-createImport F5 Cloud Services DNS Zone.

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
configuration.adns_serviceAdns service
configuration.dns_serviceDns service

Ask Claude to help you work with Import resources:

“Create a import named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/dns/namespaces/system/dns_zone/import" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @import.json