New Relic · JSON Structure

New Relic Violation Response Type Structure

Type: object Properties: 10
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

closed_at condition_name duration entity id label links opened_at policy_name priority

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ViolationResponseType",
  "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"
}