New Relic · JSON Structure

New Relic Channel Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ChannelResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

channel

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ChannelResponse",
  "properties": {
    "channel": {
      "type": "object",
      "properties": {
        "configuration": {
          "type": "object",
          "properties": {}
        },
        "id": {
          "type": "integer"
        },
        "links": {
          "type": "object",
          "properties": {
            "policy_ids": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          }
        },
        "name": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}