Skip to content

Update Domain

Update Domain provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-update-domain-createUpdate Domains.
ParameterDescriptionExample
namespaceNamespace Namespace.system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
add_to_allowed_domainsAdd to allowed domains
add_to_mitigated_domainsAdd to mitigated domains

Ask Claude to help you work with Update Domain resources:

“Create a update-domain named ‘example’ in the ‘production’ namespace”

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