New Relic · Example Payload

New Relic Violation Response Type Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

closed_atcondition_namedurationentityidlabellinksopened_atpolicy_namepriority

Example Payload

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