New Relic · Example Payload

New Relic Condition Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Condition Example is an example object payload from New Relic, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

condition

Example Payload

Raw ↑
{
  "condition": {
    "condition_scope": "example_string",
    "enabled": true,
    "entities": [
      100
    ],
    "gc_metric": "example_string",
    "metric": "example_string",
    "name": "example-resource-01",
    "terms": [
      {
        "duration": "example_string",
        "operator": "example_string",
        "priority": "example_string",
        "threshold": "example_string",
        "time_function": "example_string"
      }
    ],
    "type": "standard",
    "user_defined": {
      "metric": "example_string",
      "value_function": "example_string"
    },
    "violation_close_timer": 1718153645993
  }
}