New Relic · JSON Structure

New Relic Ijk Terms Type Structure

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

IJKTermsType is a JSON Structure definition published by New Relic, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

duration operator priority threshold time_function

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "IJKTermsType",
  "properties": {
    "duration": {
      "type": "string"
    },
    "operator": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "threshold": {
      "type": "string"
    },
    "time_function": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}