WAF Resources Status Code Graph Data
Interval in analytics data; If the date range is today, it is automatically sent as 5m (5 minutes), for 1-7 days as 1h (1 hour), for 8-30 days as 2h (2 hours), for more than 8h (8 hours).
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": [
{
"code": 200,
"count": 649
},
{
"code": 403,
"count": 533
},
{
"code": 301,
"count": 343
},
{
"code": 404,
"count": 118
},
{
"code": 302,
"count": 59
},
{
"code": 201,
"count": 41
},
{
"code": 304,
"count": 22
},
{
"code": 504,
"count": 7
}
]
}