zone-analytics-api_totals

Breakdown of totals by data type.

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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