Skip to content

Cache Purge

Cache Purge provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-cdn-cache-purge-createPurge CDN Cache.
ParameterDescriptionExample
nameCDN Distribution Name x-required…example-resource
namespaceNamespace x-required…system

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
hostnameHostname
patternPattern
purge_allPurge all
urlUrl
OptionDescriptionRecommended
hard_purgeHard purge
soft_purgeSoft purge

Ask Claude to help you work with Cache Purge resources:

“Create a cache-purge named ‘example’ in the ‘production’ namespace”

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