Mitigation
Mitigation provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-ddos-mitigation-create | List of mitigations. |
f5xc-api-ddos-mitigation-list | Mitigation details. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace This request is supported only in system namespace. | system |
mitigation_id | Mitigation ID ID of the mitigation we want to GET the details for. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Mitigation resources:
Create Mitigation
Section titled “Create Mitigation”“Create a mitigation named ‘example’ in the ‘production’ namespace”
List Mitigations
Section titled “List Mitigations”“List all mitigations in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/mitigation/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/infraprotect/namespaces/$${PARAM}/infraprotect/mitigations" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @mitigation.json