Skip to content

Hit

Hit provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-networksecurity-hit-createFast ACL Hits.
ParameterDescriptionExample
namespaceNamespace Namespace is used to scope Fast ACL hits for the given namespace.system

Ask Claude to help you work with Hit resources:

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

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