New Relic · Schema

UserDefinedConditionResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
metric string
value_function string
View JSON Schema on GitHub

JSON Schema

new-relic-user-defined-condition-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "metric": {
      "type": "string",
      "example": "example_string"
    },
    "value_function": {
      "type": "string",
      "example": "example_string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserDefinedConditionResponse"
}