zone-analytics-api_query_response

The exact parameters/timestamps the analytics service used to return data.

APIs.ioEngineeringPlatform

Properties

Name Type Description
since object
time_delta integer The amount of time (in minutes) that each data point in the timeseries represents. The granularity of the time-series returned (e.g. each bucket in the time series representing 1-minute vs 1-day) is c
until object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zone-analytics-api-query-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zone-analytics-api_query_response",
  "title": "zone-analytics-api_query_response",
  "description": "The exact parameters/timestamps the analytics service used to return data.",
  "properties": {
    "since": {
      "$ref": "#/components/schemas/zone-analytics-api_since"
    },
    "time_delta": {
      "description": "The amount of time (in minutes) that each data point in the timeseries represents. The granularity of the time-series returned (e.g. each bucket in the time series representing 1-minute vs 1-day) is calculated by the API based on the time-range provided to the API.",
      "type": "integer"
    },
    "until": {
      "$ref": "#/components/schemas/zone-analytics-api_until"
    }
  },
  "readOnly": true,
  "type": "object"
}