BigPanda · JSON Structure

Bigpanda Incident Structure

A correlated incident from multiple alerts.

Type: object Properties: 6
IncidentsMonitoringPlatform

Incident is a JSON Structure definition published by BigPanda, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id status severity description alerts_count started_at

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Incident",
  "type": "object",
  "description": "A correlated incident from multiple alerts.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Incident ID."
    },
    "status": {
      "type": "string",
      "description": "Incident status."
    },
    "severity": {
      "type": "string",
      "description": "Incident severity level."
    },
    "description": {
      "type": "string",
      "description": "Incident description."
    },
    "alerts_count": {
      "type": "int32",
      "description": "Number of correlated alerts."
    },
    "started_at": {
      "type": "int32",
      "description": "Unix timestamp when incident started."
    }
  }
}