Clone From DNS Domain
Clone From DNS Domain provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-dns-clone-from-dns-domain-create | Clone from DNSDomain. |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Clone From DNS Domain resources:
Create Clone From DNS Domain
Section titled “Create Clone From DNS Domain”“Create a clone-from-dns-domain named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/dns/namespaces/system/dns_zone/clone_from_dns_domain" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @clone_from_dns_domain.json