BigPanda · JSON Structure

Bigpanda Alert Request Structure

Payload for ingesting a monitoring alert.

Type: object Properties: 6
IncidentsMonitoringPlatform

AlertRequest 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

app_key status host check description timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "AlertRequest",
  "type": "object",
  "description": "Payload for ingesting a monitoring alert.",
  "properties": {
    "app_key": {
      "type": "string",
      "description": "BigPanda application key for routing."
    },
    "status": {
      "type": "string",
      "description": "Alert status."
    },
    "host": {
      "type": "string",
      "description": "Hostname associated with the alert."
    },
    "check": {
      "type": "string",
      "description": "Check or metric name that triggered the alert."
    },
    "description": {
      "type": "string",
      "description": "Human-readable alert description."
    },
    "timestamp": {
      "type": "int32",
      "description": "Unix timestamp of the alert."
    }
  }
}