New Relic · JSON Structure

New Relic Policy Response Type Structure

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/draft/2020-12/schema meta-schema.

Properties

created_at id incident_preference name updated_at

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "PolicyResponseType",
  "properties": {
    "created_at": {
      "type": "integer"
    },
    "id": {
      "type": "integer"
    },
    "incident_preference": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "updated_at": {
      "type": "integer"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}