v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Reporting

CDN Request Volume by Source

Shows a summary of request volume by various request characteristics

get/v1/sites/{id}/reporting/cdn_request_volume_by_source

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888

Query parameters

duration'30m' | '1h' | '6h' | '12h' | '24h' | '72h' | '7d' | '30d' required

Duration that the listed data is for (m = minutes, h = hours, d = days)

Example:7d

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "countries": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "US"
      }
    ],
    "methods": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "GET"
      }
    ],
    "topASNs": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "15169 - GOOGLE"
      }
    ],
    "topBrowsers": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "ChromeMobile"
      }
    ],
    "topCacheStatuses": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "hit"
      }
    ],
    "topClientIPs": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "1.2.3.4"
      }
    ],
    "topColoCodes": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "CDG"
      }
    ],
    "topDeviceTypes": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "desktop"
      }
    ],
    "topEdgeStatusCodes": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": 200
      }
    ],
    "topHTTPProtocolVersions": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "HTTP/2"
      }
    ],
    "topHosts": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "rocket.net"
      }
    ],
    "topOSes": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "Android"
      }
    ],
    "topOriginStatusCodes": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": 200
      }
    ],
    "topPaths": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "/blog"
      }
    ],
    "topReferers": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "google.com"
      }
    ],
    "topUserAgents": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36"
      }
    ],
    "topXRequestedWith": [
      {
        "count": 1456,
        "countPercentage": 45.23,
        "metric": "(Empty X-Requested-With header)"
      }
    ],
    "totalCount": 44503000
  }
}