New Relic · JSON Structure

Openapi User Defined Condition Response Structure

UserDefinedConditionResponse schema

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

metric value_function

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-user-defined-condition-response-structure.json",
  "name": "UserDefinedConditionResponse",
  "description": "UserDefinedConditionResponse schema",
  "type": "object",
  "properties": {
    "metric": {
      "type": "string",
      "example": "example_string"
    },
    "value_function": {
      "type": "string",
      "example": "example_string"
    }
  }
}