Skip to content

Rule Hit

Rule Hit provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-rule-hit-createClient Rule Hits Metrics.
ParameterDescriptionExample
namespaceNamespace…system

Ask Claude to help you work with Rule Hit resources:

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

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