New Relic · JSON Structure

New Relic Violation Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ViolationResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

violation

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ViolationResponse",
  "properties": {
    "violation": {
      "type": "object",
      "properties": {
        "closed_at": {
          "type": "integer"
        },
        "condition_name": {
          "type": "string"
        },
        "duration": {
          "type": "integer"
        },
        "entity": {
          "type": "object",
          "properties": {
            "group_id": {
              "type": "integer"
            },
            "id": {
              "type": "integer"
            },
            "name": {
              "type": "string"
            },
            "product": {
              "type": "string"
            },
            "type": {
              "type": "string"
            }
          }
        },
        "id": {
          "type": "integer"
        },
        "label": {
          "type": "string"
        },
        "links": {
          "type": "object",
          "properties": {
            "condition_id": {
              "type": "integer"
            },
            "incident_id": {
              "type": "integer"
            },
            "policy_id": {
              "type": "integer"
            }
          }
        },
        "opened_at": {
          "type": "integer"
        },
        "policy_name": {
          "type": "string"
        },
        "priority": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}