New Relic · JSON Structure

Openapi Policy Response Type Structure

PolicyResponseType schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

created_at id incident_preference name updated_at

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-response-type-structure.json",
  "name": "PolicyResponseType",
  "description": "PolicyResponseType schema",
  "type": "object",
  "properties": {
    "created_at": {
      "type": "int32",
      "example": 100
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "incident_preference": {
      "type": "string",
      "example": "500123"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "updated_at": {
      "type": "int32",
      "example": 100
    }
  }
}