L7ddos Rps Threshold
L7ddos Rps Threshold provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-l7ddos-rps-threshold-create | Set L7 DDoS RPS Threshold. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name x-required… | example-resource |
namespace | Namespace x-required… | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with L7ddos Rps Threshold resources:
Create L7ddos Rps Threshold
Section titled “Create L7ddos Rps Threshold”“Create a l7ddos-rps-threshold named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/http_loadbalancers/$${PARAM}/l7ddos_rps_threshold" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @l7ddos_rps_threshold.json