Skip to content

Dos Automitigation Rule

Dos Automitigation Rule provides tools for retrieving, and deleting resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-cdn-dos-automitigation-rule-getGet DoS Auto-Mitigation Rules for CDN Load Balancer.
f5xc-api-cdn-dos-automitigation-rule-deleteDelete DoS Auto-Mitigation Rule for CDN Load Balancer.
ParameterDescriptionExample
nameName Name of the Load Balancer.example-resource
namespaceNamespace Namespace of the Load Balancer.system
dos_automitigation_rule_nameDoS Mitigation Rule Name Name of the DoS Mitigation Rule.-

Ask Claude to help you work with Dos Automitigation Rule resources:

“Get details of the dos-automitigation-rule named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/cdn_loadbalancers/$${PARAM}/dos_automitigation_rules" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Delete resource
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/cdn_loadbalancers/$${PARAM}/dos_automitigation_rules/${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"