WAF Resources Rule Details Graph Data
Parameters | Description | Type | Required |
---|---|---|---|
from | It is considered the starting point in a specific date range. | String | Yes |
to | It is considered the last point in a given date range. | String | Yes |
resources | It is used to see the data of a specific resource or all resources in the organization. | Array | Yes |
organization_uuid | The created organization in Medianova Cloud Panel unit ID value | String | Yes |
waf_mode | two parameters it can take are "on", "detectiononly" | String | No |
limit | WAF resources parameter limit enabled in page. | Integer | Yes |
Payload
{
"organization_uuid": "****-****-****-****",
"from": "2023-12-13 00:00:00",
"to": "2023-12-13 17:51:17",
"resources": [
"api-test.mncdn.com",
"test2.mncdn.com"
],
"limit": 10
}
Response
{
"status": true,
"data": [
{
"rule_id": "Request Blocking Evaluation",
"total_count": 76,
"messages": [
{
"msg": "Matched \"hidden)",
"count": 32
},
{
"msg": "Matched \"hidden)",
"count": 30
},
{
"msg": "Matched \"hidden)",
"count": 14
}
]
},
{
"rule_id": "Request Application Attack Rce",
"total_count": 62,
"messages": [
{
"msg": "Matched \"hidden)",
"count": 32
},
{
"msg": "Matched \"hidden)",
"count": 30
},
]
},
{
"rule_id": "Request Application Attack Php",
"total_count": 10,
"messages": [
{
"msg": "Matched \"hidden)",
"count": 10
},
]
},
{
"rule_id": "Request Protocol Enforcement",
"total_count": 11,
"messages": [
{
"msg": "Matched \"hidden)",
"count": 11
},
]
},
{
"rule_id": "Request Multipart Attack",
"total_count": 40,
"messages": [
{
"msg": "Matched \"hidden)",
"count": 27
},
{
"msg": "Matched \"hidden)",
"count": 12
},
{
"msg": "Matched \"hidden)",
"count": 1
},
{
"msg": "Matched \"hidden)",
"count": 1
},
{
"msg": "Matched \"hidden)",
"count": 1
}
]
},
{
"rule_id": "Request Application Attack Xss",
"total_count": 4,
"messages": [
{
"msg": "Matched \"hidden)",
"count": 2
},
{
"msg": "Matched \"hidden)",
"count": 2
}
]
},
{
"rule_id": "Request Protocol Attack",
"total_count": 1,
"messages": [
{
"msg": "Matched \hidden)",
"count": 1
},
]
},
{
"rule_id": "Request Application Attack Lfi",
"total_count": 3,
"messages": [
{
"msg": "Matched \hidden)",
"count": 3
}
]
}
]
}