Skip to main content

Requests Report Detail

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

Payload

CODE
{
    "organization_uuid": "***-****-****-****",
    "from": "2023-12-13 00:00:00",
    "to": "2023-12-13 16:25:00",
    "resources": [
        "hidden_test.mncdn.com",
    ]
}

Response

CODE
{
  "status": true,
  "data": {
    "resources": [
      "hidden_test.mncdn.com"
    ],
    "unit": "Byte",
    "cached_data": {
      "total_hits": 0,
      "hit_ratio": 0,
      "hit_request": 0,
      "updating_request": 0,
      "revalidated_request": 0,
      "stale_request": 0
    },
    "non_cached_data": {
      "total_misses": 0,
      "miss_ratio": 0,
      "miss_request": 0,
      "expired_request": 0
    },
    "total_request": 0
  }
}
JavaScript errors detected

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

If this problem persists, please contact our support.