Import
Import provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-dns-import-create | Import F5 Cloud Services DNS Zone. |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
dns_type
Section titled “dns_type”| Option | Description | Recommended |
|---|---|---|
configuration.adns_service | Adns service | |
configuration.dns_service | Dns service |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Import resources:
Create Import
Section titled “Create Import”“Create a import 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/import" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @import.json