Skip to main content

Error Logs Status Codes Report 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

statusCodes

Values it can take 400, 401, 403, 404, 415, 429, 500, 502, 503, 504.

 Integer

 Yes

resources

It is used to see the data of a specific resource or all resources in the organization. Returns the total of the selected resources. If no resource is selected, it returns the total of all resources

Array

Yes

organization_uuid

The created organization in Medianova Cloud Panel unit ID value

String

Yes

page_size

Specifies the number of data listed on a page.

Integer

No

page

Specifies the page number to list.

Integer

No

Payload

CODE
{
    "organization_uuid": "****-****-****-****",
    "from": "2024-05-01 00:00:00",
    "to": "2024-05-09 23:59:00",
    "resources": [
        "hidden1.mncdn.com",
        "hidden2.mncdn.com",
        "hidden3.mncdn.com",
        ...
    ],
    "statusCodes": [403],
    "page_size": 20,
    "page": 5
}

Response

CODE
{
    "status": true,
    "data": [
        {
            "current_page": 5,
            "page_size": 20,
            "error_status_code": "403",
            "total": 588,
            "error_list": [
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 19,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 19,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 19,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 18,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 17,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/1.1",
                    "hit": 17,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 17,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 16,
                    "method": "POST"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 16,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 16,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/1.1",
                    "hit": 16,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 16,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 16,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 16,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 15,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 15,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/1.1",
                    "hit": 15,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 15,
                    "method": "GET"
                },
                {
                    "url": "hidden,
                    "protocol": "HTTP/2.0",
                    "hit": 15,
                    "method": "GET"
                },
                {
                    "url": "hidden",
                    "protocol": "HTTP/2.0",
                    "hit": 15,
                    "method": "GET"
                }
            ]
        }
    ]
}
JavaScript errors detected

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

If this problem persists, please contact our support.