New Relic · Example Payload

New Relic Putalertspolicychannels Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Putalertspolicychannels 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": "putAlertsPolicyChannels",
  "method": "PUT",
  "path": "/alerts_policy_channels.json",
  "summary": "New Relic Put Alerts Policy Channels",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Putalertspolicychannels200Example",
      "example": {
        "policy": {
          "channel_ids": {},
          "id": {}
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Putalertspolicychannels200Example",
      "example": {
        "policy": {
          "channel_ids": {},
          "id": {}
        }
      }
    }
  ]
}