New Relic · JSON Structure

New Relic Timeslice Response Structure

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/draft/2020-12/schema meta-schema.

Properties

from to values

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "TimesliceResponse",
  "properties": {
    "from": {
      "type": "datetime"
    },
    "to": {
      "type": "datetime"
    },
    "values": {
      "type": "object",
      "properties": {}
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}