Skip to main content

WAF Resources Client IP’s 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

CODE
{
    "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

CODE
{
    "status": true,
    "data": [
        {
            "ip": "hidden",
            "count": 39,
            "percentage": 18
        },
        {
            "ip": "hidden",
            "count": 32,
            "percentage": 15
        },
        {
            "ip": "hidden",
            "count": 17,
            "percentage": 8
        },
        {
            "ip": "hidden",
            "count": 16,
            "percentage": 8
        }
    ]
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.