WAF Analytics

Parameters
Description
Type

from

It is considered the starting point in a specific date range.

String

to

It is considered the last point in a given date range.

String

resources

It is used to see the data of a specific resource or all resources in the organization.

Array

organization_uuid

The created organization in Medianova Cloud Panel unit ID value

String

waf_mode

Two parameters it can take are "on", "detectiononly

String

limit

WAF resources parameter limit enabled in page.

Integer

interval

Indicates the time range of the data to be retrieved.

String

WAF Activity Logs

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstringRequired
fromstringRequiredExample: 2025-04-07 00:00:00
tostringRequiredExample: 2025-04-07 17:59:00
resourcesstring[]Required
limitintegerRequired
Responses
200

Successful response

application/json
Responseobject
post
/api/v1/waf_report/activity_logs
200

Successful response

WAF Client IP Statistics

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstringRequired
fromstringRequiredExample: 2025-04-07 00:00:00
tostringRequiredExample: 2025-04-07 17:59:00
resourcesstring[]Required
limitintegerRequired
Responses
200

Successful response

application/json
Responseobject
post
/api/v1/waf_report/client_ips
200

Successful response

WAF Requested URIs

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstringRequired
fromstringRequiredExample: 2025-04-07 00:00:00
tostringRequiredExample: 2025-04-07 17:59:00
resourcesstring[]Required
limitintegerRequired
Responses
200

Successful response

application/json
Responseobject
post
/api/v1/waf_report/request_uris
200

Successful response

WAF Attack Histogram Graph Data

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstring · uuidRequired
fromstringRequiredExample: 2025-04-07 00:25:00
tostringRequiredExample: 2025-04-07 16:25:00
resourcesstring[]Required
intervalstringOptional

e.g. 5m, 1h, 2h, 1d, 8h

waf_modestring · enumOptionalPossible values:
Responses
200

Successful response

application/json
post
/api/v1/waf_report/attack_histogram
200

Successful response

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).

WAF Rule Match Details

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstringRequired
fromstringRequiredExample: 2025-04-07 00:00:00
tostringRequiredExample: 2025-04-07 17:59:00
resourcesstring[]Required
limitintegerRequired
Responses
200

Successful response

application/json
Responseobject
post
/api/v1/waf_report/rule_details
200

Successful response

WAF Total Threat Counts

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstringRequired
fromstringRequiredExample: 2025-04-07 00:00:00
tostringRequiredExample: 2025-04-07 17:59:00
resourcesstring[]Required
limitintegerRequired
Responses
200

Successful response

application/json
Responseobject
post
/api/v1/waf_report/total_threats
200

Successful response

WAF User Agent Statistics

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organization_uuidstringRequired
fromstringRequiredExample: 2025-04-07 00:00:00
tostringRequiredExample: 2025-04-07 17:59:00
resourcesstring[]Required
limitintegerRequired
Responses
200

Successful response

application/json
Responseobject
post
/api/v1/waf_report/user_agents
200

Successful response

Last updated

Was this helpful?