|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
WAF batch rule sharing. |
||
| Target |
string |
Protection type: web or app. |
web |
| Mode |
string |
Web SDK integration method: automatic integration (automatic) or manual integration (manual). |
automatic |
| CrossSiteId |
integer |
Specifies the cross-domain website ID. |
10000001 |
| Name |
string |
The ruleset name. |
example |
| Match | WafRuleMatch2 |
The matching rule. |
|
| Action |
string |
The action that you want WAF to perform on requests that match the rule. |
deny |
| Actions |
object |
The extended action configurations. |
|
| Response |
object |
The custom response. |
|
| Id |
integer |
The ID of the custom response page. |
50000001 |
| Code |
integer |
The custom response code. |
403 |
| Expression |
string |
The expression. |
ip.src eq 1.1.1.1 |