Analytics data by datacenter

A breakdown of all dashboard analytics data by co-locations. This is limited to Enterprise zones only.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zone-analytics-api-datacenters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zone-analytics-api_datacenters",
  "title": "Analytics data by datacenter",
  "description": "A breakdown of all dashboard analytics data by co-locations. This is limited to Enterprise zones only.",
  "items": {
    "properties": {
      "colo_id": {
        "description": "The airport code identifer for the co-location.",
        "example": "SFO",
        "type": "string"
      },
      "timeseries": {
        "$ref": "#/components/schemas/zone-analytics-api_timeseries_by_colo"
      },
      "totals": {
        "$ref": "#/components/schemas/zone-analytics-api_totals_by_colo"
      }
    },
    "type": "object"
  },
  "type": "array"
}