New Relic · Schema

ChannelBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
configuration object
name string
type string
View JSON Schema on GitHub

JSON Schema

new-relic-channel-body-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "configuration": {
      "type": "object",
      "example": {},
      "properties": {}
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChannelBody"
}