New Relic · JSON Structure

New Relic Channel Response Type Structure

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

configuration id links name type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ChannelResponseType",
  "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"
}