zone-analytics-api_totals_by_colo

Breakdown of totals by data type.

APIs.ioEngineeringPlatform

Properties

Name Type Description
bandwidth object
requests object
since object
threats object
until object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zone-analytics-api-totals-by-colo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zone-analytics-api_totals_by_colo",
  "title": "zone-analytics-api_totals_by_colo",
  "description": "Breakdown of totals by data type.",
  "properties": {
    "bandwidth": {
      "$ref": "#/components/schemas/zone-analytics-api_bandwidth_by_colo"
    },
    "requests": {
      "$ref": "#/components/schemas/zone-analytics-api_requests_by_colo"
    },
    "since": {
      "$ref": "#/components/schemas/zone-analytics-api_since"
    },
    "threats": {
      "$ref": "#/components/schemas/zone-analytics-api_threats"
    },
    "until": {
      "$ref": "#/components/schemas/zone-analytics-api_until"
    }
  },
  "type": "object"
}