New Relic · Schema

ViolationEntityResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
group_id integer
id integer
name string
product string
type string
View JSON Schema on GitHub

JSON Schema

new-relic-violation-entity-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "group_id": {
      "type": "integer",
      "example": 100
    },
    "id": {
      "type": "integer",
      "example": 100
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "product": {
      "type": "string",
      "example": "example_string"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ViolationEntityResponse"
}