Skip to content

Verify

Verify provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-dns-verify-createVerify DNS Domain.
ParameterDescriptionExample
nameName Name dns_domain object, which also domain name.example-resource
namespaceNamespace Namespace is always system for dns_domain.system

Ask Claude to help you work with Verify resources:

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

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