New Relic · Example Payload

Openapi Nrql Condition Response Type Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Openapi Nrql Condition Response Type 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

enabledexpected_groupsidignore_overlapnamenrqlrunbook_urltermstypevalue_function

Example Payload

Raw ↑
{
  "enabled": true,
  "expected_groups": 100,
  "id": 100,
  "ignore_overlap": true,
  "name": "example-resource-01",
  "nrql": "example_string",
  "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",
  "value_function": "example_string"
}