New Relic · Example Payload

Openapi Condition Response Type Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

condition_scopeenabledentitiesgc_metricidmetricnamerunbook_urltermstypeuser_definedviolation_close_timer

Example Payload

Raw ↑
{
  "condition_scope": "example_string",
  "enabled": true,
  "entities": [
    100
  ],
  "gc_metric": "example_string",
  "id": 100,
  "metric": "example_string",
  "name": "example-resource-01",
  "runbook_url": "https://portal.example.com/path/abc123",
  "terms": [
    {
      "duration": "example_string",
      "operator": "example_string",
      "priority": "example_string",
      "threshold": "example_string",
      "time_function": "example_string"
    }
  ],
  "type": "standard",
  "user_defined": "example_string",
  "violation_close_timer": 1718153645993
}