New Relic · Schema

TimesliceResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
from string
to string
values object
View JSON Schema on GitHub

JSON Schema

new-relic-timeslice-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "from": {
      "type": "string",
      "format": "date-time",
      "example": "2026-04-18T14:30:00Z"
    },
    "to": {
      "type": "string",
      "format": "date-time",
      "example": "2026-04-18T14:30:00Z"
    },
    "values": {
      "type": "object",
      "example": {},
      "properties": {}
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TimesliceResponse"
}