New Relic · Schema

PolicyResponseType

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
created_at integer
id integer
incident_preference string
name string
updated_at integer
View JSON Schema on GitHub

JSON Schema

new-relic-policyresponsetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PolicyResponseType",
  "title": "PolicyResponseType",
  "type": "object",
  "properties": {
    "created_at": {
      "type": "integer",
      "example": 100
    },
    "id": {
      "type": "integer",
      "example": 100
    },
    "incident_preference": {
      "type": "string",
      "example": "500123"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "updated_at": {
      "type": "integer",
      "example": 100
    }
  }
}