List the set of app_firewall in a namespace.
| Tool | Description |
|---|
f5xc-api-virtual-app-firewall-create | Create Application Firewall. |
f5xc-api-virtual-app-firewall-get | GET Application Firewall. |
f5xc-api-virtual-app-firewall-list | List Application Firewall. |
f5xc-api-virtual-app-firewall-update | Replace Application Firewall. |
f5xc-api-virtual-app-firewall-delete | DELETE Application Firewall. |
| Parameter | Description | Example |
|---|
metadata.namespace | Namespace | - |
name | Name | - |
namespace | Namespace | - |
metadata.name | Name | - |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example | - |
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter | - |
report_status_fields | The report_status_fields parameter | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.allow_all_response_codes | - | ✅ Yes |
spec.allowed_response_codes | - | |
| Option | Description | Recommended |
|---|
spec.custom_anonymization | - | |
spec.default_anonymization | - | ✅ Yes |
spec.disable_anonymization | - | |
| Option | Description | Recommended |
|---|
spec.blocking_page | - | |
spec.use_default_blocking_page | - | ✅ Yes |
| Option | Description | Recommended |
|---|
spec.bot_protection_setting | - | |
spec.default_bot_setting | - | ✅ Yes |
| Option | Description | Recommended |
|---|
spec.ai_risk_based_blocking | - | |
spec.default_detection_settings | - | ✅ Yes |
spec.detection_settings | - | |
| Option | Description | Recommended |
|---|
spec.blocking | - | |
spec.monitoring | - | ✅ Yes |
| Option | Description | Recommended |
|---|
spec.custom_anonymization.anonymization_config[].cookie | - | |
spec.custom_anonymization.anonymization_config[].http_header | - | |
spec.custom_anonymization.anonymization_config[].query_parameter | - | |
| Option | Description | Recommended |
|---|
spec.detection_settings.disable_suppression | - | |
spec.detection_settings.enable_suppression | - | |
| Option | Description | Recommended |
|---|
spec.detection_settings.disable_staging | - | |
spec.detection_settings.stage_new_and_updated_signatures | - | |
spec.detection_settings.stage_new_signatures | - | |
| Option | Description | Recommended |
|---|
spec.detection_settings.disable_threat_campaigns | - | |
spec.detection_settings.enable_threat_campaigns | - | |
| Option | Description | Recommended |
|---|
spec.detection_settings.default_violation_settings | - | |
spec.detection_settings.violation_settings | - | |
| Option | Description | Recommended |
|---|
spec.detection_settings.signature_selection_setting.attack_type_settings | - | |
spec.detection_settings.signature_selection_setting.default_attack_type_settings | - | |
| Option | Description | Recommended |
|---|
spec.detection_settings.signature_selection_setting.high_medium_accuracy_signatures | - | |
spec.detection_settings.signature_selection_setting.high_medium_low_accuracy_signatures | - | |
spec.detection_settings.signature_selection_setting.only_high_accuracy_signatures | - | |
Ask Claude to help you work with App Firewall resources:
“Create a app-firewall named ‘example’ in the ‘production’ namespace”
“List all app-firewalls in the ‘production’ namespace”
“Get details of the app-firewall named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/app_firewalls" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/app_firewalls/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/app_firewalls" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/app_firewalls/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"