fastly-api 14.0.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# WafSimulateResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**waf_response** | **i32** | The HTTP status code the WAF would return for the simulated request (e.g., `200` for allowed, `406` for blocked). | 
**signals** | [**Vec<crate::models::WafSimulateSignal>**]WafSimulateSignal.md | List of signals detected by the WAF during simulation. Empty array when no signals are detected. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)