Dos Automitigation Rule
Dos Automitigation Rule provides tools for retrieving, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-dos-automitigation-rule-get | Get DoS Auto-Mitigation Rules for HTTP Load Balancer. |
f5xc-api-virtual-dos-automitigation-rule-delete | Delete DoS Auto-Mitigation Rule for HTTP Load Balancer. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name Name of the Load Balancer. | example-resource |
namespace | Namespace Namespace of the Load Balancer. | system |
dos_automitigation_rule_name | DoS Mitigation Rule Name Name of the DoS Mitigation Rule. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Dos Automitigation Rule resources:
Get Dos Automitigation Rule Details
Section titled “Get Dos Automitigation Rule Details”“Get details of the dos-automitigation-rule named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/http_loadbalancers/$${PARAM}/dos_automitigation_rules" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Delete resourcecurl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/http_loadbalancers/$${PARAM}/dos_automitigation_rules/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"