zone-analytics-api_bandwidth_by_colo

Breakdown of totals for bandwidth in the form of bytes.

APIs.ioEngineeringPlatform

Properties

Name Type Description
all integer The total number of bytes served within the time frame.
cached integer The number of bytes that were cached (and served) by Cloudflare.
uncached integer The number of bytes that were fetched and served from the origin server.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zone-analytics-api-bandwidth-by-colo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zone-analytics-api_bandwidth_by_colo",
  "title": "zone-analytics-api_bandwidth_by_colo",
  "description": "Breakdown of totals for bandwidth in the form of bytes.",
  "properties": {
    "all": {
      "description": "The total number of bytes served within the time frame.",
      "type": "integer"
    },
    "cached": {
      "description": "The number of bytes that were cached (and served) by Cloudflare.",
      "type": "integer"
    },
    "uncached": {
      "description": "The number of bytes that were fetched and served from the origin server.",
      "type": "integer"
    }
  },
  "type": "object"
}