New Relic · Example Payload

Openapi External Service Condition Body Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

enabledentitiesexternal_service_urlmetricnamerunbook_urltermstype

Example Payload

Raw ↑
{
  "enabled": true,
  "entities": [
    100
  ],
  "external_service_url": "https://portal.example.com/path/abc123",
  "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"
}