New Relic · JSON Structure

Openapi Policy Body Structure

PolicyBody schema

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

PolicyBody is a JSON Structure definition published by New Relic, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

incident_preference name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-policy-body-structure.json",
  "name": "PolicyBody",
  "description": "PolicyBody schema",
  "type": "object",
  "properties": {
    "incident_preference": {
      "type": "string",
      "example": "500123"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    }
  }
}