New Relic · Example Payload

New Relic Violation Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Violation Response 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

violation

Example Payload

Raw ↑
{
  "violation": {
    "closed_at": 100,
    "condition_name": "example_string",
    "duration": 100,
    "entity": {
      "group_id": 100,
      "id": 100,
      "name": "example-resource-01",
      "product": "example_string",
      "type": "standard"
    },
    "id": 100,
    "label": "example_string",
    "links": {
      "condition_id": 100,
      "incident_id": 100,
      "policy_id": 100
    },
    "opened_at": 100,
    "policy_name": "example_string",
    "priority": "example_string"
  }
}