BigPanda · JSON Structure

Bigpanda Alert Response Structure

Response after ingesting an alert.

Type: object Properties: 2
IncidentsMonitoringPlatform

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

Properties

_id status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "AlertResponse",
  "type": "object",
  "description": "Response after ingesting an alert.",
  "properties": {
    "_id": {
      "type": "string",
      "description": "Internal alert ID."
    },
    "status": {
      "type": "string",
      "description": "Ingestion status."
    }
  }
}