BigPanda · JSON Structure

Bigpanda Incidents Response Structure

List of incidents for an environment.

Type: object Properties: 1
IncidentsMonitoringPlatform

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

Properties

incidents

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "IncidentsResponse",
  "type": "object",
  "description": "List of incidents for an environment.",
  "properties": {
    "incidents": {
      "type": "array",
      "description": "Array of incidents."
    }
  }
}