New Relic · Example Payload

New Relic Getalertsviolations Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getAlertsViolations",
  "method": "GET",
  "path": "/alerts_violations.json",
  "summary": "New Relic Get Alerts Violations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getalertsviolations200Example",
      "example": {
        "violation": {
          "closed_at": {},
          "condition_name": {},
          "duration": {},
          "entity": {},
          "id": {},
          "label": {},
          "links": {},
          "opened_at": {},
          "policy_name": {},
          "priority": {}
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Getalertsviolations200Example",
      "example": {
        "violation": {
          "closed_at": {},
          "condition_name": {},
          "duration": {},
          "entity": {},
          "id": {},
          "label": {},
          "links": {},
          "opened_at": {},
          "policy_name": {},
          "priority": {}
        }
      }
    }
  ]
}