获取应用防护配置
GET
/settings/site/{{site_id}}/iwall
请求头
参数名
类型
描述
必填
Authorization
string
auth
必填
响应参数
参数名
类型
描述
必填
filename
string
示例:webwall-attack-tech.json
必填
config
string
示例:{
"info": {
"title": "Webwall 规则库 - 3",
"author": "support@tcxa.com.cn",
"version": "alpha",
"date": "2019-10-01",
"description": "注入、非法文件上传、Struts2/XWork漏洞,7条"
},
"rules": [
{
"meta": {
"id": 10310,
"phase": 2,
"severity": "warning",
"desc": "SQL Injection",
"status": "on"
},
"if": {
"variable": [
"REQUEST_FILENAME",
"ARGS",
"A...
必填