New Relic · Example Payload

New Relic Getalertspolicies Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Getalertspolicies 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": "getAlertsPolicies",
  "method": "GET",
  "path": "/alerts_policies.json",
  "summary": "New Relic Get Alerts Policies",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getalertspolicies200Example",
      "example": {
        "policy": {
          "created_at": {},
          "id": {},
          "incident_preference": {},
          "name": {},
          "updated_at": {}
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Getalertspolicies200Example",
      "example": {
        "policy": {
          "created_at": {},
          "id": {},
          "incident_preference": {},
          "name": {},
          "updated_at": {}
        }
      }
    }
  ]
}