Skip to content

L7ddos Rps Threshold

L7ddos Rps Threshold provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-l7ddos-rps-threshold-createSet L7 DDoS RPS Threshold.
ParameterDescriptionExample
nameName x-required…example-resource
namespaceNamespace x-required…system

Ask Claude to help you work with L7ddos Rps Threshold resources:

“Create a l7ddos-rps-threshold named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -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