New Relic · Schema

PolicyBody

PolicyBody schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
incident_preference string
name string
View JSON Schema on GitHub

JSON Schema

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