New Relic · Example Payload

New Relic Condition Body Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

condition_scopeenabledentitiesgc_metricmetricnametermstypeuser_definedviolation_close_timer

Example Payload

Raw ↑
{
  "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
}