New Relic · JSON Structure

Openapi Timeslice Response Structure

TimesliceResponse schema

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

TimesliceResponse is a JSON Structure definition published by New Relic, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

from to values

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-timeslice-response-structure.json",
  "name": "TimesliceResponse",
  "description": "TimesliceResponse schema",
  "type": "object",
  "properties": {
    "from": {
      "type": "datetime",
      "example": "2026-04-18T14:30:00Z"
    },
    "to": {
      "type": "datetime",
      "example": "2026-04-18T14:30:00Z"
    },
    "values": {
      "type": "object",
      "properties": {},
      "example": {}
    }
  }
}